Clojure - The Dynamic Programming Language
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.
http://clojure.org/
https://github.com/clojure/clojure
http://code.google.com/p/clojure
License:
Tech:
Tags: