Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 1112445 of Dynamic programming language

  • Revision slug: Glossary/Dynamic_programming_language
  • Revision title: Dynamic programming language
  • Revision id: 1112445
  • Created:
  • Creator: klez
  • Is current revision? No
  • Comment new entry

Revision Content

A Dynamic programming language, is a programming language in which many of the operations otherwise done at compile-time are done at run-time. For example, in a dynamic language it is possible to change the type of a variable or add new code to a class while the program is running.

This is opposed to so-called Static programming languages where these changes are normally not possible.

Learn more

General knowledge

  • {{Interwiki("wikipedia", "Dynamic programming language")}} on Wikipedia

Revision Source

<p>A <strong>Dynamic programming language</strong>, is a programming language in which many of the operations otherwise done at compile-time are done at run-time. For example, in a dynamic language it is possible to change the type of a variable or add new code to a class while the program is running.</p>

<p>This is opposed to so-called Static programming languages where these changes are normally not possible.</p>

<h2 id="Learn_more">Learn more</h2>

<h3 id="General_knowledge">General knowledge</h3>

<ul>
 <li>{{Interwiki("wikipedia", "Dynamic programming language")}} on Wikipedia</li>
</ul>
Revert to this revision