Functional Programming 을 한마디로 하면

함수형 프로그래밍은 함수를 사용해서 선언형 프로그래밍을 하는 것이다.


#### 선언형 프로그래밍

왼쪽은 명령형(imperative), 오른쪽이 선언형(declarative) 프로그래밍이다.