Free scripting language similar to Torque's?
by Mike Stoddart · in General Discussion · 11/12/2002 (7:11 am) · 21 replies
Does anyone know of a free scripting language that is similar to Torque's? I'm looking for something that can be *easily* into an application and one which shares its syntax with C/C++. The main features I want are:
- call script function in C/C++ natively (no calling a function to call another function)
- call function in C/C++ application from a script
- call a script function from another script
Any suggestions? I tried out SeeR but you have to use a utility function to call a script function, and it got messy when I tried to call a script function from another script.
Thanks
- call script function in C/C++ natively (no calling a function to call another function)
- call function in C/C++ application from a script
- call a script function from another script
Any suggestions? I tried out SeeR but you have to use a utility function to call a script function, and it got messy when I tried to call a script function from another script.
Thanks
Torque Owner George McBay
http://www.elasticworld.org
The syntax is fairly C-like (a lot more so than Python, Lua, etc), though it does diverge a bit in some areas. It is very easy to embed into your projects, IMO!