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
formsdefmacro
return
from all formsloop/recur
translates to Javascript for
loopscase
translates to Javascript switch/case
load-file
and load-file-macros
let
Chlorine is available under the Eclipse Public License - v 1.0.
For more information see the chlorine wiki.