Re: Clojure on Go

2010-02-21 Thread Angel Java Lopez
; > Is this a weird idea? > > Clojure supports compilation, so might as go all the way and have > add a golang target to complie Clojure code directly to golang > code. Not a weird idea at all. :-) > > > I like a lot of ideas in go, and it's speed, but Clojure is j

Re: Clojure on Go

2010-02-20 Thread Chouser
:)) > > Is this a weird idea? Clojure supports compilation, so might as go all the way and have add a golang target to complie Clojure code directly to golang code. Not a weird idea at all. :-) > I like a lot of ideas in go, and it's speed, but Clojure is just some > bits nicer.

Clojure on Go

2010-02-20 Thread Joop Kiefte
, but Clojure is just some bits nicer. When we have clojure on go, we can have compiled clojure without java runtime and fast, can't we? It sure has advantages, and as a toy project it might be cool. And most of Clojure's code is in clojure anyway, so that eases porting I guess. And y