Clojure

Clojure 1.8.0 updated

Besides the JVM, Clojure also targets CLR, the Clojure Language Runtime.The CLR is a native implementation of Clojure on Microsoft's .Net Framework, programmed in C# and using the Dynamic Language Runtime (DLR).Before being such a big deal on the...

ClojureScript

ClojureScript 3308 updated

Clojure is a dynamic programming language, a dialect of Lisp that targets the Java Virtual Machine.ClojureScript works in a very simple manner. It reads Clojure code and tries to convert it as accurately as possible to JavaScript syntax.The outputted code...

Clojure

Clojure 1.5.1

Clojure is a dynamic programming language. It targets the Java Virtual Machine and designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for...