- NEW!
Answer to:
What's the difference between a programming language, a scripting language, and a markup language?
I prefer classifying the languages into programming language or scripting language categories based on the following two criteria:
1) Minimum number of entities needed to run the code created in that language:
For programming languages(C,C++) its one(the .exe file) Sure you can create systems which interpret the C,C++ code but u can reduce the base minimum to one file. For scripting...
| 1 person likes this