Hi guys, I have been searching hi and low for this and I figured if there is anyone out there that can help me with this, it would be the AGS community.
Basically I am looking for an Embeddable scripting language for C++. I have looked at AngelScript, Gamemonkey, ChaiScript, Gecko and LUA as well as Squirrel. I am not really satisfied with them to tell you the truth. If anyone has any idea's, I would really like some help on this. I remember there was SeeR years ago and I really liked that scripting engine, however, its no longer available or supported. So just so you guys know what I am looking for in this:
*Free or very cheap.
*C++ Language Syntax.
*Cross-platform to Desktop OS's and mobile ones.
*GPL, LGPL, Artistic License, etc... You get the idea.
*Small footprint.
*Embeddable.
*Classes and Inheritance
*Exception handling
*Asynchronous support.
*Decent Speed.
Any idea's
Python: http://python.org/
CINT: http://root.cern.ch/drupal/content/cint
ECMA script: http://code.google.com/p/v8/
@Wyz: Neat-0 ;D didn't know about the google one