Lisp Articles
« My Experience With TDD In Clojure
So far, my experience with TDD in functional programming is that it is just as beneficial in this paradigm as it is in more traditional ways to think about software.
« Book Review: Let Over Lambda
Despite the annoying Common Lisp evangelism this is a great book for the non-novice Lisper.
« Clojure: Maps Are Not The Answer
When you are creating long-lived abstractions, you should consider using of the many good options of data types provided by Clojure and not just plain maps.