- My Experience With TDD In Clojure (via @offbytwo) -- Thoughtful article on how doing TDD can shape your code and make it even more functional and composable.
- What timing! RT: @InfoQ: Article: Controlling and Steering Open Source Projects (via @pjstadig) -- This is a thorough article about the many ways open source projects can be managed by entities, and how entities profit from open source projects. Now, to the "What timing!" part of the tweet; it looks like this article, in a timely fashion, relates to a recent (hot) thread on clojure-dev in which the 'who' and the 'why' of decisions about clojure is discussed. It also looks like this will be further discussed at The Conj in November. This is important, fellows, be there or be square! (no pitchforks, please)
- A #clojure script console for #jenkinsci (via @PaulSandoz) -- Hard to tell from the tweet (or the code's README) but it looks like Jenkins will be getting a Clojure Console. Now what can be done with it? not too sure...
- Today's #clojure post deals with printing XML stored in a zipper (via @mambo5king) -- This is a non-trivial example of how to traverse all the elements of a zipper in clojure. Always handy to keep these kind of articles around.