First-class function: Difference between revisions

Content deleted Content added
suggest merge to First-class object
SmackBot (talk | contribs)
m Date/fix maintenance tags
Line 1:
{{mergetoMergeto|First-class object|date=February 2007}}
 
In [[computer science]], a [[programming language]] is said to support '''first-class functions''' if it treats [[function (programming)|function]]s as [[first-class object]]s. Specifically, this means that functions can be created during the execution of a program, stored in data structures, passed as arguments to other functions, and returned as the values of other functions.
Line 17:
*[[Function object]]
*[[First-class object]]
 
{{compu-lang-stub}}
 
[[Category:Data types]]
[[Category:Functional programming]]
 
 
{{compu-lang-stub}}