|
|
|
|
|
by td
5560 days ago
|
|
For a more gentle start for those less familiar with functional programming (like myself) I can recommend "Higher Order Perl" by Mark Jason Dominus (also available for free online). The book discusses functional programming techniques in Perl. It has some really practical examples, which make some of the advantages of functional programming very clear. I also find it nicely explains a lot of functional programming concepts, which helps when reading those Haskell texts. |
|