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.

Dynamic programming language

Наши волонтёры ещё не перевели данную статью на Русский. Присоединяйтесь к нам и помогите закончить эту работу!

A dynamic programming language is a programming language in which operations otherwise done at compile-time can be done at run-time. For example, in JavaScript it is possible to change the type of a variable or add new properties or methods to an object while the program is running.

This is opposed to so-called static programming languages, in which such changes are normally not possible.

Learn more

General knowledge

Метки документа и участники

 Внесли вклад в эту страницу: chrisdavidmills, bernarddavis, klez
 Обновлялась последний раз: chrisdavidmills,