Hacker News new | ask | show | jobs
by yegortimoshenko 3485 days ago
It makes a completely self-hosted ClojureScript compiler possible.
3 comments

It already is, except for the final Closure Compiler pass.
And that is precisely why this makes a completely self-hosted compiler pass possible.
is java a requirement though? or was it only a requirement because of google closure?
Java is no longer required.
clojurescript still requires clojure for macros, no?
No, ClojureScript has been bootstrappable since late summer 2015. Everything already runs in JavaScript. It's just that now the final optional optimization pass can also run in JavaScript.