Content deleted Content added
m First class function has been moved to First-class function. |
JustinWick (talk | contribs) Integrated first class objects into definition (rather than just see also) |
||
Line 1:
In [[computer science]], a '''first class function''' is a [[programming language]] construct that allows a [[function (programming)|function]] to be treated
Support for first class functions is widely considered to be a required feature for [[functional programming language]]s. [[Lisp programming language|Lisp]], [[Scheme programming language|Scheme]], [[ML programming language|ML]], and [[Haskell programming language|Haskell]] are examples of functional programming languages that support first class functions.
|