Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
'''Higher-order programming''' is a style of [[computer programming|programming]] that exploits the theoretical ability to use functions as values; it is usually instantiated with, or borrowed from, models of computation like the [[lambda calculus]] which make heavy use of [[higher-order function]]s.
For example, in higher-order programming, one can pass [[Function (programming)|functions]] as arguments to other functions and functions can be the return value of other functions (such as in [[Macro (computer science)|macros]] or for [[Interpreter (computing)|interpretation]]). This style of programming is mostly used in [[functional programming]], but it can also be very useful in 'regular' [[object-oriented programming]]. Prominent examples of languages supporting this are [[Perl (programming language)| Perl]], [[
==External links==
|