Sphinxter said:
Ever actually use a compiler and linker?
Ever stop to think about whom you're throwing insults at?
http://www.earlconsult.com
Unless you've been at doing computer stuff for over 20 years, I'd suggest you take care in your future comments about people and what they might or might not have actually ever used.
A language is a language.
Compiled means that it is built into machine language.
Interpreted means that each syntactic symbol is interpreted in it's meaning at the time that it's read.
There's hybrids:
Forth. Has both modes.
Python. Is compiled into an interpreted virtual machine at the time it's read in.
What makes a "scripting" language one is that it has the ability to DO scripting and that it's used in that manner. Basic, when you get right down to brass tacks is a scripting language. Forth is. C is. C++ is.
It's just that they aren't typically USED in those modalities so most people don't call them that.
That was not an insult. Given a rather unusual description of what I had up to now heard as considered, 'scripting', 'compiling', and, 'interpreting', I thought it a very valid question and after seeing less than I'd expect from someone so technical and ensconced in development lore and a game developer themselves in such as that beautiful product of your web skills proudly announcing your CTO'ness of a dead link, (is that scripted or interpreted html?), made me wonder a bit more. You can take it as an insult but it's not meant as one.