Re: [ANN] clojure-scheme - Compiling Clojure to Scheme to C

2014-07-09 Thread Dry Jin
By the way, how does Clojure-Scheme hand the Clojures's libraries over to Gambit-C? 2012년 3월 15일 목요일 오전 6시 8분 2초 UTC+9, Nathan Sorenson 님의 말: > > I've modified the output of the ClojureScript compiler to emit Scheme > code. At this point the core library is successfully compiled by Gambit > Sch

[ANN] clojure-scheme - Compiling Clojure to Scheme to C

2014-05-24 Thread Dry Jin
Great work! Many thanks. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this g

Re: [ANN] clojure-scheme - Compiling Clojure to Scheme to C

2012-03-15 Thread Ambrose Bonnaire-Sergeant
Wow, nice work Nathan! Ambrose On Thu, Mar 15, 2012 at 5:08 AM, Nathan Sorenson wrote: > I've modified the output of the ClojureScript compiler to emit Scheme > code. At this point the core library is successfully compiled by Gambit > Scheme. A nice advantage of this is that Gambit compiles cod

Re: [ANN] clojure-scheme - Compiling Clojure to Scheme to C

2012-03-15 Thread Chip Collier
Holy excellent development Batman! On 3/14/12 2:08 PM, Nathan Sorenson wrote: > I've modified the output of the ClojureScript compiler to emit Scheme > code. At this point the core library is successfully compiled by > Gambit Scheme. A nice advantage of this is that Gambit compiles code > via C,

Re: [ANN] clojure-scheme - Compiling Clojure to Scheme to C

2012-03-14 Thread Herwig Hochleitner
That's mighty! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send

Re: [ANN] clojure-scheme - Compiling Clojure to Scheme to C

2012-03-14 Thread David Nolen
Excellent work! On Wed, Mar 14, 2012 at 5:08 PM, Nathan Sorenson wrote: > I've modified the output of the ClojureScript compiler to emit Scheme > code. At this point the core library is successfully compiled by Gambit > Scheme. A nice advantage of this is that Gambit compiles code via C, > meani

[ANN] clojure-scheme - Compiling Clojure to Scheme to C

2012-03-14 Thread Nathan Sorenson
I've modified the output of the ClojureScript compiler to emit Scheme code. At this point the core library is successfully compiled by Gambit Scheme. A nice advantage of this is that Gambit compiles code via C, meaning that stand-alone Clojure executables are now available for any platform with