I can personally attest to the quality of the ClojureCLR compiler using it 
on a daily basis for production code.  I have never had any problems with 
stability and I have found the code gen to be of quite high quality (via 
inspection with Reflector).

It is the build and development environment which is lagging a little 
behind.  For my work I've basically had to set up my own environment which 
I can say was a small price to pay for the productivity gains my team has 
seen.

Here's how my setup looks:  I'm using a custom build of the compiler (
https://github.com/aaronc/clojure-clr) which allows me to package .clj 
files into C# DLL's as embedded resources.  I also have a little prototype 
build tool that has some leiningen like functionality which allows me to 
easily start up a repl with the right paths referenced and also allows me 
to AOT compile and package multiple clojure files.  For development, I use 
emacs *inferior-lisp* quite comfortably.

I'm hoping that some of my changes to the compiler will be merged into the 
main branch soon and I also hope to share the rest of my custom tools on 
github as soon as I get a little more free time.

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