h1

Functional Programming as the Next Step from Procedural Programming.

July 11, 2014

Procedural programming languages hide goto underneath for, if and while. Functional languages hide for, if and while underneath filter, map and reduce.

Object orientated languages hide case/switch underneath method calls.

Leave a comment