Cljs2go – A ClojureScript to Go compiler
github.com
Cljs2go – A ClojureScript to Go compiler
1–10 of 14 posts
Re: Cljs2go – A ClojureScript to Go compiler
#2Re: Cljs2go – A ClojureScript to Go compiler
#3Re: Cljs2go – A ClojureScript to Go compiler
#4I love the idea behind this project. The clean and intuitive project structure and layout is exemplary.
At present the emitted go code is quite nasty looking [for human-readable purposes :D]. Not meant as a complaint, just an observation.
For an example of what the outputted go code looks like check out https://github.com/hraberg/cljs2go/blob/master/cljs/core/cor...
Re: Cljs2go – A ClojureScript to Go compiler
#5And clojure's reach grows larger!
Re: Cljs2go – A ClojureScript to Go compiler
#6My understanding of ClojureScript is that it's Clojure syntax for a simple single threaded environment (probably an oversimplification), but with Golang you have a lot more reach in terms of concurrency.
Please forgive me if I haven't phrased this very well. I certainly don't mean to put a negative spin on this or anything; I'm just curious.
Re: Cljs2go – A ClojureScript to Go compiler
#7Interesting project! May I ask why you chose ClojureScript over straight Clojure? My understanding of ClojureScript is that it's Clojure syntax for a simple single threaded environment (probably an oversimplification), but with Golang you have a lot more reach in terms of concurrency. Please forgive me if I haven't phrased this very well. I certainly don't mean to put a negative spin on this or anything; I'm just cur…
Re: Cljs2go – A ClojureScript to Go compiler
#8Interesting project! May I ask why you chose ClojureScript over straight Clojure? My understanding of ClojureScript is that it's Clojure syntax for a simple single threaded environment (probably an oversimplification), but with Golang you have a lot more reach in terms of concurrency. Please forgive me if I haven't phrased this very well. I certainly don't mean to put a negative spin on this or anything; I'm just cur…
Re: Cljs2go – A ClojureScript to Go compiler
#9Re: Cljs2go – A ClojureScript to Go compiler
#10Technically speaking it is a transpiler , not a compiler .
What is the difference between a transpiler and a compiler?