Content deleted Content added
TakuyaMurata (talk | contribs) :{{merge}} function object. |
C *does* support first class functions; they dont' need to be created "dynamically" |
||
Line 5:
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.
Most modern programming languages support functions defined statically at compile time. [[C programming language|C]] additionally supports function pointers, which can be stored in data structures and passed as arguments to other functions
==See also==
|