Y
Hacker News
new
|
ask
|
show
|
jobs
by
sunkencity
4379 days ago
because the jvm is a pain?
1 comments
jhh
4379 days ago
ClojureScript is not executed on the JVM.
link
adambard
4379 days ago
But it does have a fairly tight integration with clojure, and also uses the JVM-based closure compiler. However, I'd way rather see a clojurescript runtime for v8 than another language "inspired by" clojurescript.
link
vmind
4379 days ago
Do you mean a ClojureScript compiler compiled to JavaScript? ClojureScript can be compiled and run in v8 just fine right now.
link
leishulang
4379 days ago
https://github.com/Bronsa/CinC
when this is done. Some people are working hard on it.
link
SkyMarshal
4379 days ago
I think he means ClojureScript completely divorced from the JVM, so you don't need a Java infrastructure to develop/compile ClojureScript.
link
integraton
4379 days ago
How do you compile clojurescript without the JVM?
link
chc
4379 days ago
V8 already
is
a ClojureScript runtime, isn't it?
link