Dear Clojurians,

I'm happy to announce ClojureC 0.1:

  https://github.com/schani/clojurec

ClojureC is a Clojure to C compiler that's based off of ClojureScript. 
 It's still in its infancy, not ready for real use, but at this point 
almost all of ClojureScript's core library has been ported - most of it 
without needing any modification.

If you're interested in contributing, here are a few things we need to make 
ClojureC useful, in order of difficulty:

* Regular expressions - probably by binding PCRE or something similar.

* I/O of all kinds - file, network

* A somewhat generic method for binding C libraries

* A debugger

* Better generated C code - right now it's very inefficient, but there's 
lots of low-hanging fruit.

Cheers!

Mark

-- 
-- 
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/groups/opt_out.


Reply via email to