The AngelCode Scripting Library (AngelScript) is a flexible cross-platform scripting library designed to allow applications to extend their functionality through external scripts. It has been designed from the beginning to be an easy to use component, both for the application programmer and the script writer. Efforts have been made to let it call standard C functions and C++ methods with no need for proxy functions. The application simply registers the functions, objects, and methods that the scripts should be able to work with and nothing more has to be done with your code. The same functions used by the application internally can also be used by the scripting engine.
Tool Classification:
Functions=
(Scripting languages)
Qualifiers=
(Free) (Open source) (Console engine/support) (Linux version available) (Mac OS version available)