Dear Clojurians,

I'm excited to announce ClojureC, an effort to produce a Clojure 
implementation that targets C:

  https://github.com/schani/clojurec

My personal goals with this are to be able to write self-contained 
(command-line) Clojure programs that have (essentially) zero start-up time, 
as well as to have a Clojure implementation that plays well with iOS (no 
work on Objective-C bindings has been done so far, but I have plans...).

So far the best overview of how far along ClojureC is is the test suite:

  https://github.com/schani/clojurec/blob/master/test/clojurec/core_test.clj

as well as cljc.core:

  https://github.com/schani/clojurec/blob/master/src/cljc/cljc/core.cljc

The ClojureC compiler as well as core.cljc are adapted versions of 
ClojureScript's code.  I intend to unify the compiler with ClojureScript's 
again, once things have settled.

Collaborators are very much welcome!

Cheers!

Mark

PS: I'm "schani" on IRC.

-- 
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