Dynamic Programming Language: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
No edit summary
m (Text replacement - "]] *** " to "]]. *** ")
Line 22: Line 22:
* http://en.wikipedia.org/wiki/Dynamic_programming_language
* http://en.wikipedia.org/wiki/Dynamic_programming_language
** '''Dynamic programming language</B> is a term used broadly in [[computer science]] to describe a class of [[high-level programming language]]s that execute at [[Run time (program lifecycle phase)|runtime]] many common behaviors that other languages might perform during [[compiler|compilation]], if at all. These behaviors could include extension of the program, by adding new [[Code (computer programming)|code]], by extending [[Object (computer science)|object]]s and definitions, or by modifying the [[type system]], all during program execution. These behaviors can be emulated in nearly any language of sufficient complexity, but dynamic languages provide direct tools to make use of them. Most dynamic languages are also [[dynamic typing|dynamically typed]], but not all are.        <P>        … The following are generally considered dynamic languages:
** '''Dynamic programming language</B> is a term used broadly in [[computer science]] to describe a class of [[high-level programming language]]s that execute at [[Run time (program lifecycle phase)|runtime]] many common behaviors that other languages might perform during [[compiler|compilation]], if at all. These behaviors could include extension of the program, by adding new [[Code (computer programming)|code]], by extending [[Object (computer science)|object]]s and definitions, or by modifying the [[type system]], all during program execution. These behaviors can be emulated in nearly any language of sufficient complexity, but dynamic languages provide direct tools to make use of them. Most dynamic languages are also [[dynamic typing|dynamically typed]], but not all are.        <P>        … The following are generally considered dynamic languages:
*** [[ActionScript]]
*** [[ActionScript]].
*** [[BASIC]]
*** [[BASIC]].
*** [[BeanShell]]
*** [[BeanShell]].
*** [[Common Lisp]] and some other [[Lisp (programming language)|Lisps]]
*** [[Common Lisp]] and some other [[Lisp (programming language)|Lisps]].
*** [[Groovy (programming language)|Groovy]]
*** [[Groovy (programming language)|Groovy]].
*** [[JavaScript]]
*** [[JavaScript]].
*** [[VBScript]]
*** [[VBScript]].
*** [[Matlab]]
*** [[Matlab]].
*** [[Lua (programming language)|Lua]]
*** [[Lua (programming language)|Lua]].
*** [[Objective-C]]
*** [[Objective-C]].
*** [[Perl]]
*** [[Perl]].
*** [[PHP]]
*** [[PHP]].
*** [[Python (programming language)|Python]]  
*** [[Python (programming language)|Python]]  
*** [[Ruby (programming language)|Ruby]]
*** [[Ruby (programming language)|Ruby]].
*** [[Smalltalk]]
*** [[Smalltalk]].
*** [[Tcl]]
*** [[Tcl]].
*** [[Dolphin Smalltalk]]
*** [[Dolphin Smalltalk]]



Revision as of 00:44, 24 July 2023

A Dynamic Programming Language is a programming language that does not require a program compilation step.



References

2010