OCPJP 6
Rick Goff wrote:Can you discuss development environments? Talk about the level of effort and expertise required to get started in:
1. The executable jar
2. clooj
3. Counter Clockwise
4. Eclipse
5. Emacs/swank
If I were evangelizing Clojure, the first thing I would want the recruit to see is how productive and fun the REPL environment is.
I spent the morning putting in a comma and the afternoon removing it.
-- Gustave Flaubert, French realist novelist (1821-1880)
Rick Goff wrote:Thank you for this new book. I've read some of it online, and I certainly look forward to reading the rest. (I'm also excited about the 2nd ed. of Stuart Halloway's book, _Programming Clojure_.)
Can you discuss development environments? Talk about the level of effort and expertise required to get started in:
1. The executable jar
Rick Goff wrote:2. clooj
Rick Goff wrote:3. Counter Clockwise
4. Eclipse
Rick Goff wrote:5. Emacs/swank
Rick Goff wrote:If I were evangelizing Clojure, the first thing I would want the recruit to see is how productive and fun the REPL environment is.
No more Blub for me, thank you, Vicar.
chris webster wrote:What's the situation with tools to support debugging?
You've mentioned the relative ease with which code can be generated in Clojure, but how easy is it to inspect and step through this generated code at runtime?