Dynamic programming language: Difference between revisions

Content deleted Content added
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}}{{Pattarapong}}§Aofzagithub§
{{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. AofzazA simple example of this is generating a function for scanning text for a word:
 
'''function''' new_scanner (word)