Content deleted Content added
Aofzaz Sex (talk | contribs) Aofzaz |
Undid revision 824270362 by Aofzaz Sex (talk) |
||
Line 1:
{{about|a class of programming languages|the method for reducing the running time of algorithms|dynamic programming}}
{{Multiple issues|
{{expert-subject|date=January 2015}}
Line 23:
====Closures====
One of the most widely used aspects of functional programming in dynamic languages is the [[Closure (computer science)|closure]], which allows creating a new instance of a function which retains access to the context in which it was created.
'''function''' new_scanner (word)
|