Woow! This is really fucking cool! Thanks for sharing.
Ki – A lisp for your JavaScript
11–20 of 42 posts
Re: Ki – A lisp for your JavaScript
#12Re: Ki – A lisp for your JavaScript
#13As a clojure developer that sometimes crosses the line into the front-end world, this is going to make my life much easier.
Re: Ki – A lisp for your JavaScript
#14Earlier quoted context omitted.
ClojureScript is not executed on the JVM.
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.
Re: Ki – A lisp for your JavaScript
#15Re: Ki – A lisp for your JavaScript
#16Re: Ki – A lisp for your JavaScript
#17Like Ki, it requires inclusion of a standard library. Unlike Ki, it does not provide alternative data structures in addition to native JS values; it only uses native JS values. LispyScript also does not support embedded JavaScript or being embedded within JavaScript. But LispyScript currently has better docs, including a page to try it in the browser (http://lispyscript.com/tryit/).
Re: Ki – A lisp for your JavaScript
#18See also LispyScript ( http://lispyscript.com/ ), “a JavaScript with Lispy syntax and macros”. Like Ki, it requires inclusion of a standard library. Unlike Ki, it does not provide alternative data structures in addition to native JS values; it only uses native JS values. LispyScript also does not support embedded JavaScript or being embedded within JavaScript. But LispyScript currently has better docs, including a pa…