Cosmo is a portable scripting language loosely based off of Lua. Cosmo easily allows the user to extend the language through the use of Proto objects, which describe the behavior of Objects. For example the following is a simple Vector Proto which describes behavior for a Vector-like object.
The Cosmo C API is currently undocumented, however as soon as development has reached a stable state documentation on full language features and the C API will start.