Since this seems to have turned into a cheering section for functional programming, I want to throw in my two bits. I would recommend this tutorial as not spend a place lot of time learning patterns if you are going to startbe learning a functional programming language. Functional programming reduces the need for many of the patterns simply because the structure of the language already solves many of the problems that patterns were created to handle. I'm a C# developer and it is nice to see that many of these concepts are being implimented into the language. A more detail explaination of some of the issues that are taken care of, plus a great tutorial from an OO perspective is: http://www.defmacro.org/ramblings/fp.html
Slava does a great job of explaining functional programming from an OO (Java) perspective.
Another great functional resource is: http://mitpress.mit.edu/sicp/full-text/book/book.html
It is in Scheme but is really a great (free!) book for building a base for functional programming.
Good luck!
|
2 | Added more info about FP | ||
|
|
||||
|
1 |
|
||
|
Since this seems to have turned into a cheering section for functional programming, I would recommend this tutorial as a place to start: http://www.defmacro.org/ramblings/fp.html
|
||||
