aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/동적_프로그래밍_언어/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:24 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:24 +0100
commitee778d6eea54935fd05022e0ba8c49456003381a (patch)
tree151a4cef804d8823cc8fc753b8edc693b7078241 /files/ko/glossary/동적_프로그래밍_언어/index.html
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-ee778d6eea54935fd05022e0ba8c49456003381a.tar.gz
translated-content-ee778d6eea54935fd05022e0ba8c49456003381a.tar.bz2
translated-content-ee778d6eea54935fd05022e0ba8c49456003381a.zip
unslug ko: move
Diffstat (limited to 'files/ko/glossary/동적_프로그래밍_언어/index.html')
-rw-r--r--files/ko/glossary/동적_프로그래밍_언어/index.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/files/ko/glossary/동적_프로그래밍_언어/index.html b/files/ko/glossary/동적_프로그래밍_언어/index.html
deleted file mode 100644
index dc17a46f18..0000000000
--- a/files/ko/glossary/동적_프로그래밍_언어/index.html
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: 동적 프로그래밍 언어
-slug: Glossary/동적_프로그래밍_언어
-translation_of: Glossary/Dynamic_programming_language
----
-<p>A <strong>dynamic programming language</strong> 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.</p>
-
-<p>This is opposed to so-called static programming languages, in which such changes are normally not possible.</p>
-
-<div class="note">
-<p>Note that while there is indeed a connection between this dynamic/static property of programming languages and <a href="/en-US/docs/Glossary/Dynamic_typing">dynamic</a>/<a href="/en-US/docs/Glossary/Static_typing">static-typing</a>, the two are far from synonymous.</p>
-</div>
-
-<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>