[ClojureScript] Re: javascript to clojurescript transpiler

2014-11-29 Thread Tom Connors
Chlorine seems like a cool project. Thanks for pointing me toward it. I'll post back here with my results of using it once I get a chance to take if for a spin. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you

[ClojureScript] Re: javascript to clojurescript transpiler

2014-11-29 Thread Tom Connors
Chlorine seems like a cool project. Thanks for pointing me toward it. I'll post back here with my results of using it once I get a chance to take if for a spin. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you

[ClojureScript] Re: javascript to clojurescript transpiler

2014-11-26 Thread p
Hi Tom, Two years ago I contributed to ChlorineJS, a naive Clojure -> JS tool. The project has a library to convert JS -> ChlorineJS, too. https://github.com/chlorinejs/chlorinate Its command-line interface for the library: https://github.com/chlorinejs/chloride However, imo you can only benefit f

[ClojureScript] Re: javascript to clojurescript transpiler

2014-11-12 Thread Tom Connors
I wouldn't expect the tool to transform the js into _good_ clojurescript, just a syntax transformation to make the transition a bit easier.. it looks like I'll probably have to do what you mentioned and have both js and cljs in the code base. Thanks for the input. -- Note that posts from new m

[ClojureScript] Re: javascript to clojurescript transpiler

2014-11-08 Thread Thomas Heller
On Friday, November 7, 2014 12:24:36 AM UTC+1, Tom Connors wrote: > I've got a project right now that uses javascript on the client and server > and I'd love to be able to migrate to clojurescript. I'm wondering whether > anyone is aware of any software that will transform the js into > clojures

[ClojureScript] Re: javascript to clojurescript transpiler

2014-11-07 Thread Micha Niskin
On Thursday, November 6, 2014 6:24:36 PM UTC-5, Tom Connors wrote: > I've got a project right now that uses javascript on the client and server > and I'd love to be able to migrate to clojurescript. I'm wondering whether > anyone is aware of any software that will transform the js into > clojure

[ClojureScript] Re: javascript to clojurescript transpiler

2014-11-07 Thread Tom Connors
Ha! Make a lein plugin for it and we're set. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails