Re: Clojurejs: a lightweight clojure to javascript compiler

2012-10-09 Thread Hoàng Minh Thắng
On Monday, October 8, 2012 9:09:49 PM UTC+7, Jim foo.bar wrote: > > On 08/10/12 14:47, Mark Rathwell wrote: > > ClojureScript is a Clojure implementation that targets Javascript > > (meaning that Clojure core, et al, is also necessarily converted to > > Javascript in the build process and a pa

Re: Clojurejs: a lightweight clojure to javascript compiler

2012-10-08 Thread Jim foo.bar
On 08/10/12 14:47, Mark Rathwell wrote: ClojureScript is a Clojure implementation that targets Javascript (meaning that Clojure core, et al, is also necessarily converted to Javascript in the build process and a part of what you ship). I'm assuming this project is a straight translator from Cloj

Re: Clojurejs: a lightweight clojure to javascript compiler

2012-10-08 Thread Mark Rathwell
> Now I'm confused! Isn't clojureScript exactly that? ClojureScript is a Clojure implementation that targets Javascript (meaning that Clojure core, et al, is also necessarily converted to Javascript in the build process and a part of what you ship). I'm assuming this project is a straight transla

Re: Clojurejs: a lightweight clojure to javascript compiler

2012-10-08 Thread Timothy Baldridge
> Clojurejs started by > [kriyative](https://github.**com/kriyative) > is an amazing project that compile clojure to javascript. > This can hardly be called Clojure. The syntax may be similar, but the semantics are all wrong. >From boot.cljs (defn map [fun arr]

Re: Clojurejs: a lightweight clojure to javascript compiler

2012-10-08 Thread Jim foo.bar
On 08/10/12 07:18, Hoàng Minh Thắng wrote: Clojurejs started by [kriyative](https://github.com/kriyative) is an amazing project that compile clojure to javascript. Now I'm confused! Isn't clojureScript exactly that? Jim -- You received this message because you are subscribed to the Google Gro

Clojurejs: a lightweight clojure to javascript compiler

2012-10-08 Thread Hoàng Minh Thắng
Hi all, Clojurejs started by [kriyative](https://github.com/kriyative) is an amazing project that compile clojure to javascript. I've just made it available in clojure 1.4.0, rewrite tests with [evaljs](https://github.com/weavejester/evaljs/) and add macros like ., .., -> and ->>. Github repo: