首页 > 其他 > 详细

Dynamic programming language

时间:2018-01-18 15:29:17      阅读:209      评论:0      收藏:0      [点我收藏+]

动态改变运行时结构

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

原文:https://www.cnblogs.com/feng9exe/p/8310390.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!