Content deleted Content added
Tags: Mobile edit Mobile web edit |
added short description Tags: Mobile edit Mobile app edit iOS app edit |
||
Line 1:
{{Short description|Class of programming languages which execute some behaviors at runtime instead of compilation}}
{{About|a class of programming languages|the method for reducing the running time of algorithms|Dynamic programming}}
{{Multiple issues|
Line 7 ⟶ 8:
{{Programming paradigms}}
In [[computer science]], a '''dynamic programming language''' is a class of [[high-level programming language]]s, which at [[Runtime (program lifecycle phase)|runtime]] execute many common programming behaviours that [[Static program analysis|static programming
Most dynamic languages are also [[Dynamic typing|dynamically typed]], but not all are. Dynamic languages are frequently (but not always) referred to as [[scripting language]]s, although that term in its narrowest sense refers to languages specific to a given run-time environment.
|