Linked by Shlomi Fish on Sat 16th Oct 2004 07:28 UTC
Permalink for comment
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/25/13 0:45 UTC
Linked by Thom Holwerda on 05/24/13 23:59 UTC
Linked by Thom Holwerda on 05/24/13 22:33 UTC
Linked by Howard Fosdick on 05/24/13 21:41 UTC
Linked by Thom Holwerda on 05/24/13 14:44 UTC
Linked by Thom Holwerda on 05/23/13 23:22 UTC
Linked by Thom Holwerda on 05/23/13 22:04 UTC
Linked by Thom Holwerda on 05/23/13 22:01 UTC
Linked by Thom Holwerda on 05/23/13 17:52 UTC
Linked by Thom Holwerda on 05/22/13 22:23 UTC
More News »
Sponsored Links



Well, I'll give you credit for having the balls to put your foot in your mouth again while you're way behind.
Anyways, the difference between a programming language and a scripting language is fairly simple. One actually compiles to machine code while the other one leaves the code wide open for anybody to see.
So by your definition unless there is machine code on disk it's a scripting language and not a programming language.....uhhhmmm, NOT.
A prime example would be comparing the two microsoft suites. Visual Studio 6 and Visual Studio 7. While one is a programming suite, the other is a scripting suite (minus VC++ 7 unmanaged option).
HAHA, ROFL.
We're also not talking about 3rd party compilers (real compilers, not fake translaters), but of the language's native interpreter.
Ahh, ok. So these "scripting" languages "fake" translate.
So, let's sum up your post. Languages like Java and C# are "scripting" languages and not real programming languages because they emit bytecode and unless the "native" compiler dumps machine code to disk its a scripting language.
You are probably the only person in the world that holds that definition.