Advertisement

"Scripting languages"

Started by September 03, 2011 03:08 PM
21 comments, last by ddn3 13 years, 2 months ago
I agree with Oberon_Command and typedef struct. No exceptions to the rule, scripting is just scripting.

I think the problem in classifying a language as a scripting language isn't a technical one, but an emotional one. People don't want to be told that they are using a scripting language.
So what's a script, and what's a program? That definition just seems to shift the question onto one that's only slightly different...

http://erebusrpg.sourceforge.net/ - Erebus, Open Source RPG for Windows/Linux/Android
http://conquests.sourceforge.net/ - Conquests, Open Source Civ-like Game for Windows/Linux

Advertisement
There really is no difference between what is a script and what is a program. Scripting languages are programming languages and any language can be made into a scriptable system but the whole purpose of a scripting language is to leverage high level syntax and libraries to avoid low level programming tasks such as direct memory management, integrating common 3rd party libraries or writing your own container classes, etc.. That's why the most popular scripting languages are Python, Javascript, PHP, Lua, etc.. all high level languages.



-ddn

This topic is closed to new replies.

Advertisement