- Two-part tutorial on using Clojure in Eclipse with Counterclockwise and Maven
(via @maclausen) —
Detailed instructions on setting up Eclipse with CCW to use maven.
- (summary :Clojure/West 2012)
(via @seancorfield) —
That’s why you shouldn’t have missed this conference. Now you have to read about it and drool.
- Report from Clojure/West
(via @promptsh) —
(see comment above)
- Wow, #clojure is insanely popular for such a young language
(via @rojepp) —
“What’s your favorite programming language?” Python: 2943, Ruby: 1650, JavaScript: 1335, C:928, C#: 776, PHP: 618, Java: 524, C++: 510, and then Clojure: 433. This is the Hacker News community, so this might not interpolable to larger audiences.
- New post. The Continuation Monad
(via @jimduey) —
“The continuation monad is probably the most powerful of the standard monads. (See here) But it is very difficult to acquire a mental model of how this monad works and how to use it because it involves two very abstract concepts; that of continuations and that of monads.” Didn’t this just pike your interest?