Dynamic programming language

Posted zzfx

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Dynamic programming language相关的知识,希望对你有一定的参考价值。

动态改变运行时结构

Dynamic programming language, in computer science, is a class of high-level programming languages which, at runtime, execute many common programming behaviors that static programming languages perform during compilation. These behaviors could include extension of the program, by adding new code, by extending objects and definitions, or by modifying the type system. Although similar behaviours can be emulated in nearly any language, with varying degrees of difficulty, complexity and performance costs, dynamic languages provide direct tools to make use of them. Many of these features were first implemented as native features in the Lispprogramming language.

 

https://en.wikipedia.org/wiki/Dynamic_programming_language

以上是关于Dynamic programming language的主要内容,如果未能解决你的问题,请参考以下文章

[Algorithm] Dynamic programming

[Leetcode]Dynamic Programming

[Leetcode]Dynamic Programming

[Leetcode]Dynamic Programming

Dynamic Programming - leetcode [动态规划]

[Algorithm] Dynamic Programming