Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Wonderful, one more language for me to consider in addition to Roy and Parenscript. I guess there's also Whalesong for Racket, but I don't know how clean the cross compilation to JS is. I've always been drawn to Clojure but the JVM kept me at bay. The fact that it's not "Lisp all the way down" also clouds my decision for it. I guess Wisp would be highly compatible with Lighttable?


Parenscript seems pretty cool. I tried Clojurescript about 2 months ago and the build process was disturbingly frustrating. :-/ I will take a swing at Parenscript next time I get on that particular project.


> build process was disturbingly frustrating

that pretty much sums up my experience with ClojureSctipt as well.


Same here, and also the use of Google Closure was pretty disappointing.


Can you clarify?


If you're interested in lisp without the JVM, there's always ClojureScript. Once the JVM compiler is up an running it compiles most of my ClojureScript code in about 1 sec, and there's utilities that auto re-compile code as files change.


"without the JVM" ... "Once the JVM compiler is up"

Does not compute! :P


Can't quite tell if you're serious or joking. In case it's the former: the ClojureScript compiler is implemented in Clojure, which runs on the JVM. The compiled code is Javascript, which doesn't require the JVM. There have been some discussions about making the compiler hostable from Javascript as well, but it's not possible just yet.


> but the JVM kept me at bay

> ClojureScript compiler is implemented in Clojure, which runs on the JVM




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: