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