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

Reply via email to