Design Pattern Books, Papers or Resources for Non-Object Orientated Paradigms?
- by FinnNk
After viewing this video on InfoQ about functional design patterns I was wondering what resources are out there on design patterns for non-object orientated paradigms. There are plenty out there for the OO world (GOF, etc, etc) and for architecture (EoEAA, etc, etc) but I'm not aware of what's out there for functional, logic, or other programming paradigms. Is there anything? A comment during the video suggests possibly not - does anyone know better?
(By the way, by design patterns I don't mean language features or data structures but higher level approaches to designing an application - as discussed in the linked video)