Wiki

Clone wiki

inf225public / glossary / Functional programming

[Alphabetical Index | Tag Index]

Functional programming

A programming paradigm based on mathematical functions, usually without state and mutable variables. Pure functional languages have Referential transparency, and typically allows Higher-order functions.

[Wikipedia]

Updated