|
|
|
|
|
by flavio81
2725 days ago
|
|
>Parenscript definitely isn't. It's a glorified s-exp notation for javascript. It is not. Parenscript is a subset of Common Lisp that then gets translated to Js. ClojureScript is also a subset of Clojure that runs on javascript. > ClojureScript doesn't compile to plain js How does it run on a javascript-enabled browser, then? |
|
And yes, as other mentioned js-cl is trying to do something similar, and I hope it works out!
Sorry bad wording on my part, was just reiterating the point that Parenscript maps closely to regular looking js, while cljs abuses js quite heavily.