Hacker News new | ask | show | jobs
by 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.
3 comments

https://github.com/Bronsa/CinC

when this is done. Some people are working hard on it.

I think he means ClojureScript completely divorced from the JVM, so you don't need a Java infrastructure to develop/compile ClojureScript.
How do you compile clojurescript without the JVM?