programming-memo

Functional Programming For The Rest Of Us 번역

원문:
http://www.defmacro.org/ramblings/fp.html
http://www.defmacro.org/2006/06/19/fp.html

꽤 오래된 글인데 FP 중요 개념들을 잘 정리하고 있습니다.
좋은 글이라 번역을 해봤습니다.

2011-09-14 ~ 09-22

Introduction
A Walk In The Park
A Bit Of History
Functional Programming
Benefits Of Fp
Higher Order Functions
Currying
Lazy Evaluation
Continuations
Pattern Matching
Closures
Whats Next