praju wrote:
So you have finally revealed the secrets to the world!!!
The link is cool. But what differentiates the scripting language from a real programming language?? Is it the OOP?
No, its not the OOP. For example Unrealscript uses OOP.
The idea behind scripting is to provide a higher level of
programming language, which can make programming tasks easier. On the other hand, a real programming language like C/C++ is meant to solve general programming problems(including games) , but a scripting system is embedded with your application and caters only to it.
So instead of programming your game entirely in C++,
you can make a scripting system for your game, that is easier
to work with.