Wiki

Clone wiki

inf225 / glossary / Functional programming

[Alphabetical Index | Tag Index]

Functional programming

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

[Wikipedia]

Updated