Functional Programming
- Function Calls are the primary construct.
- A name is associated with one value only. It is not a 'variable'.
- New values are associated with new names through recursive function calling
- Functions are values
- It is execution order agnostic
- Lambda Calculus
http://thevikidtruth.com/wiki/?functional
28aug21 | admin |