Content-Type: text/html
Wikipedia: Functional programming
HomePage | RecentChanges | Preferences
You can edit this page right now! It's a free, community project
Functional programming is a style of programming that emphasizes the evaluation of functional expressions,
rather than execution of commands. The expressions in these languages are formed by using functions to combine basic values.
A functional programming language is a language that supports and encourages programming in a functional style.