Re: Transitioning from Java to Clojure

2008-10-09 Thread Ande Turner
81842/transitioning-from-java-to-clojure Ande On Oct 9, 11:07 am, MikeM <[EMAIL PROTECTED]> wrote: > > What project types lend themselves to using Java over Clojure, vice > > versa, or in combination? > > A project where a GUI-building tool (such as Matisse in Netbeans) is &

Re: Transitioning from Java to Clojure

2008-10-08 Thread MikeM
> What project types lend themselves to using Java over Clojure, vice > versa, or in combination? > A project where a GUI-building tool (such as Matisse in Netbeans) is needed would be a case where Java may still be required. Anything done in Java can be done in Clojure quite readily, with proxy

Transitioning from Java to Clojure

2008-10-08 Thread Ande Turner
After discovering Clojure I have spent the last few days immersed in it. This question is directed at prominently at Java programmers who have transitioned to Clojure: What project types lend themselves to using Java over Clojure, vice versa, or in combination? Which programs which you would hav