Gambit Scheme especially has a great interface to C/C++/Objective-C. I've been happily using Gambit quite a bit for 20+ years, when it originated as gambit-68k for the Motorola 68000.
Gambit-C's been ported to iOS, Nintendo DS, etc. In addition to the great C interface, it also has a great Unix/Posix interface, a great threads and message passing library (in the neighborhood of Erlang's performance for numbers of threads and messages per second), etc. It comes with Termite which is an Erlang-like programming model with mobile continuations. So porting to Gambit provides some good avenues to explore. -Patrick On Wednesday, March 21, 2012 12:46:13 AM UTC-7, Nathan Sorenson wrote: > > I see the C code generation as an advantage, in that it becomes possible > to target any platform with a C compiler. > > Can Clozure compile to iOS? > > Just a question, why Clojure->Scheme->C, instead of Clojure->Clozure? >> >> That way there would no be any C compiler dependency. >> > On Wednesday, March 21, 2012 12:46:13 AM UTC-7, Nathan Sorenson wrote: > > I see the C code generation as an advantage, in that it becomes possible > to target any platform with a C compiler. > > Can Clozure compile to iOS? > > Just a question, why Clojure->Scheme->C, instead of Clojure->Clozure? >> >> That way there would no be any C compiler dependency. >> > -- 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