https://github.com/chlorinejs/chlorine.git
git clone 'https://github.com/chlorinejs/chlorine.git'
(ql:quickload :chlorinejs.chlorine)
Chlorine (formerly Clojurejs) is a naive implementation of a Clojure subset language to Javascript translator. Chlorine is an attempt to implement the predictable semantics in the generated Javascript. Some of its features are:
let and loop/recur formsdefmacroreturn from all formsloop/recur translates to Javascript for loopscase translates to Javascript switch/caseload-file and load-file-macrosletChlorine is available under the Eclipse Public License - v 1.0.
For more information see the chlorine wiki.