Y
Hacker News
new
|
ask
|
show
|
jobs
by
edem
3980 days ago
For some reason I feel like ClojureScript starts to transform into a new Clojure dialect (which runs on node.js and not on a JVM). Am I correct?
2 comments
swannodette
3980 days ago
ClojureScript will always run on the JVM. It's just that from now on it will
also
always run on JavaScript.
link
mfikes
3980 days ago
Here is some good exposition on that matter:
https://github.com/clojure/clojurescript/wiki/Bootstrapped-C...
link