Content deleted Content added
Simpler, and supported by the only citation available |
|||
Line 1:
'''Higher-order programming''' is a style of [[computer programming]] that
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)|interpreting]]). This style of programming is mostly used in [[functional programming]], but it can also be very useful in 'regular' [[object-oriented programming]].
|