... the Perl community ... pointed out that many of these so-called patterns were actually
an implementation of Functional Programming in C++.
Steve Yegge,
Singleton Considered Stupid
|
|
intro
|
A nontechnical introduction to functional programming.
|
|
FAQs
|
All the questions I could think of.
Please feel free to email me
if you have more.
|
|
howto
|
Miscellaneous tips for programming functionally.
|
|
recursion
|
How to use recursion, and why it's more powerful than looping.
|
|
monads v2
|
A programmer's intro (2nd version) to monads in Haskell.
|
|
|