AngelScript A free library with compiler and virtual machine capable of executing script written in the AngelScript language. Includes source code. Python Language Website
Ruby Home Page
The programming language Lua A very popular light-weight and embeddable scripting library. GameMonkey Free scripting library. Squirrel Free scripting library The Pawn Language A scripting language, inspired by C. Previously known as Small. DynCall library Daniel Adler, Tassilo Philipp This library implements support for dynamically calling C/C++ functions and methods, by pushing arguments on a virtual stack and then invoking the function. It is similar to how AngelScript internally calls C/C++ functions and methods. Run-time type reflection Axel Menzel A library that provides support for run-time type reflection to C++ application. It works by registering the type information with the engine at application start-up, using a simple syntax. libffi A Portable Foreign Function Interface Library |