Design Pattern Books, Papers or Resources for Non-Object Orientated Paradigms?

Posted by FinnNk on Programmers See other posts from Programmers or by FinnNk
Published on 2010-11-05T13:30:17Z Indexed on 2011/06/24 0:31 UTC
Read the original article Hit count: 239

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)

© Programmers or respective owner

Related posts about design-patterns

Related posts about functional-programming