So, just like for #C++, the #GangOfFour #DesignPatterns can be applied to Java - with books like Head First Design Patterns to explain it in that language. Are there book(s) and patterns that apply to things like #Groovy, #Clojure, #Scheme, #CommonLisp? I'm assuming there has to be a happy medium that lies somewhere between the original #GoF book and Software Design for Flexibility, but aimed at other languages/paradigms?
#GoF #GangOfFour #DesignPatterns #Java #Groovy #Clojure #Lisp

@Seanleblanc

For #Clojure there is this classic, but it is about functional design patterns so it doesn't really apply to the rest: http://mishadoff.com/blog/clojure-design-patterns/

Clojure Design Patterns

@simongray

...and that's just fine. I was mostly curious about design patterns in FP. Thanks for the link, there is a lot to digest there...