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 
> 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 a suitable gcc compiler!
>
> Gambit, notably, also compiles to iOS. Just recently I've confirmed that 
> Clojure's core library runs on the iPad simulator.
>
> There is a ton of yak-shaving required at this point---compilation 
> consists of a combination of shell commands, Clojure-interpreted commands 
> and Gambit-interpreted commands. Hopefully this will soon be streamlined.
>
> https://github.com/takeoutweight/clojure-scheme
>

-- 
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 email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to