You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HeatoN edited this page Jan 14, 2015
·
3 revisions
In a restricted sense, functional programming (FP) means programming without mutable variables, assignments, loops, and other imperative control structures.
In a wider sense, functional programming means focusing on the functions.
In particular, functions can be values that are produced, consumed, and composed.