- NEW!
Answer to:
What's the difference between a programming language, a scripting language, and a markup language?
The answer is basically correct, but here are a few modifications:
Not all programming languages are compiled the same. C/C++ and VB are compiled languages, Java can be considered compiled or not depending on your definition of compiled. Perl is interpretted and very much considered a language... there are others that fall into this category as well.
ASP is a construct of JScript,...
| 3 people like this