2016.05.21 Yoshito Komatsu
ClojureScript is a compiler for Clojure that targets JavaScript. It is designed to emit JavaScript code which is compatible with the advanced compilation mode of the Google Closure optimizing compiler.
--- clojure/clojurescript: Clojure to JS compiler https://github.com/clojure/clojurescript
ClojureScriptコンパイラーはClojure/Java VMで動く
ClojureScriptコンパイラーをClojureScriptコンパイラーでコンパイルしたい
Self-Hosted ClojureScript is also known as:
kanaka/clojurescript: Clojure to JS compiler (patched to allow compiling of compiler to ClojureScript) https://github.com/kanaka/clojurescript
swannodette/cljs-bootstrap: ClojureScript compiling ClojureScript https://github.com/swannodette/cljs-bootstrap
2015.07.29
ClojureScript can compile itself.
--- David Nolen, ClojureScript Next
selfhosted-cljs-example https://github.com/ykomatsu/selfhosted-cljs-example