I have started building a system with clojure, mainly because I need to use Java libraries. My main problem with Clojure is lack of proper IDE support (getting it to work well with Emacs on Windows was not trivial). I was wondering what difficulties other people have had.
|
|
My problems so far:
|
|||
|
An idea: if you are working in a Java environment then you might consider sticking with your Java IDE and use a Clojure plugin rather than going with Emacs etc. For example, my setup works beautifully with:
Since I need to use a lot of Java along with my Clojure code (often in the same project!), this setup makes much more sense than wrestling with a whole new set of tools. |
||||
|
|
Changing my mindset from imperative to functional programming. It got better after I read a book on lisp programming. |
|||||||||||
|
|
getting bitten by the "lazy bug".
and "the lazy bug" makes your file empty! ps: the answer is |
|||||||
|
|
Lack of "user friendly" stacktraces (coming from Haskell, it felt like a giant step back), but you get used to it eventually and learn to work your way from slime/swank. Still having nightmare about the days when we didn't have leiningen (classpath mess, start scripts, dependency "management" hell). It improved a lot and is improving every release it seems. |
|||||||||
|