summaryrefslogtreecommitdiff
path: root/lang/clojure/distinfo
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2012-05-04 11:51:30 +0000
committerryoon <ryoon@pkgsrc.org>2012-05-04 11:51:30 +0000
commite6cf6b012754aa66d53281780fbbe73c5f9b2b77 (patch)
tree1f3f46a0bed1ccf3b93eb278d91b0bd9b83e2e2a /lang/clojure/distinfo
parentbe5f4aa03385f8c474451b55d664f800b0d9d488 (diff)
downloadpkgsrc-e6cf6b012754aa66d53281780fbbe73c5f9b2b77.tar.gz
Import clojure-1.4.0 as lang/clojure.
Clojure is a dynamic programming language that targets the Java Virtual Machine (and the CLR, and JavaScript). It is designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language - it compiles directly to JVM bytecode, yet remains completely dynamic. Every feature supported by Clojure is supported at runtime. Clojure provides easy access to the Java frameworks, with optional type hints and type inference, to ensure that calls to Java can avoid reflection. Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system. Clojure is predominantly a functional programming language, and features a rich set of immutable, persistent data structures. When mutable state is needed, Clojure offers a software transactional memory system and reactive Agent system that ensure clean, correct, multithreaded designs. I hope you find Clojure's combination of facilities elegant, powerful, practical and fun to use.
Diffstat (limited to 'lang/clojure/distinfo')
-rw-r--r--lang/clojure/distinfo5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/clojure/distinfo b/lang/clojure/distinfo
new file mode 100644
index 00000000000..e3ad24a9bcf
--- /dev/null
+++ b/lang/clojure/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2012/05/04 11:51:30 ryoon Exp $
+
+SHA1 (clojure-1.4.0.zip) = 34daf1bb035aba4c0e5ff3b4afef837d21700e72
+RMD160 (clojure-1.4.0.zip) = 0874a4271b35c450a9eb893d1ecf68476ef50980
+Size (clojure-1.4.0.zip) = 4553941 bytes