From ee778d6eea54935fd05022e0ba8c49456003381a Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:48:24 +0100 Subject: unslug ko: move --- .../index.html" | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 "files/ko/glossary/\353\217\231\354\240\201_\355\224\204\353\241\234\352\267\270\353\236\230\353\260\215_\354\226\270\354\226\264/index.html" (limited to 'files/ko/glossary/동적_프로그래밍_언어/index.html') diff --git "a/files/ko/glossary/\353\217\231\354\240\201_\355\224\204\353\241\234\352\267\270\353\236\230\353\260\215_\354\226\270\354\226\264/index.html" "b/files/ko/glossary/\353\217\231\354\240\201_\355\224\204\353\241\234\352\267\270\353\236\230\353\260\215_\354\226\270\354\226\264/index.html" deleted file mode 100644 index dc17a46f18..0000000000 --- "a/files/ko/glossary/\353\217\231\354\240\201_\355\224\204\353\241\234\352\267\270\353\236\230\353\260\215_\354\226\270\354\226\264/index.html" +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: 동적 프로그래밍 언어 -slug: Glossary/동적_프로그래밍_언어 -translation_of: Glossary/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.

- -
-

Note that while there is indeed a connection between this dynamic/static property of programming languages and dynamic/static-typing, the two are far from synonymous.

-
- -

Learn more

- -

General knowledge

- - -- cgit v1.2.3-54-g00ecf