Content deleted Content added
m Robot-assisted disambiguation (you can help!): Python programming language |
suggest merge to First-class object |
||
Line 1:
{{mergeto|First-class object}}
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.
|