ClojureScript 3308

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...