To view parent comment, click here.
To read all comments associated with this story, please click here.
[QUOTE]Really, the difference between a scripting language and a programming language is nil.[/QUOTE]
Agree. The only thing which then can be labeled as a "real" programming language would be coding in binary, which is silly.
Definition of a scripting lang from wikipedia:
[QUOTE en.wikipedia.org/wiki/Scripting_language ]
"Scripts" are often treated as distinct from "programs", which execute independently from any other application. At the same time they are distinct from the core code of the application, which is usually written in a different language, and by being accessible to the end user they enable the behavior of the application to be adapted to the user's needs.
[/QUOTE]
I wouldn't call Scala a scripting language.






Member since:
2006-03-20
I've heard C test code referred to as "test scripts". Really, the difference between a scripting language and a programming language is nil. The distinction is purely in how you use the language, and even then I'm not sure there is a description.