Y
Hacker News
new
|
ask
|
show
|
jobs
by
yegortimoshenko
3485 days ago
It makes a completely self-hosted ClojureScript compiler possible.
3 comments
reitzensteinm
3485 days ago
It already is, except for the final Closure Compiler pass.
link
pitaj
3485 days ago
And that is precisely why this makes a completely self-hosted compiler pass possible.
link
xntrk
3485 days ago
is java a requirement though? or was it only a requirement because of google closure?
link
matthewbauer
3485 days ago
Java is no longer required.
link
Skinney
3485 days ago
clojurescript still requires clojure for macros, no?
link
swannodette
3485 days ago
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.
link