Searching map area
Dynamic programming language
Y 100%
Programming languages with runtime extensibility
Ratings
0
Nobody has rated this yet. Be the first!
Instances
1
Influencing rating
Y 100%
Lists
0

A dynamic programming language is a type of programming language which allows various operations to be determined and executed at runtime. This is different from the compilation phase. Key decisions about variables, method calls, or data types are made when the program is running, unlike in static languages, where the structure and types are...