ChaiScript is the first and only scripting language designed from the ground up with C++ compatibility in mind. It is an ECMAScript-inspired, embedded functional-like language.
release
2.3.2 Released
Submitted by Jonathan Turner on Mon, 01/18/2010 - 21:21- Added support for 0b1010 style binary numbers
- Fixes to support VS 2010
- Bugfixes for swap and vector initialization
ChaiScript 2.3.1 Released
Submitted by Jonathan Turner on Fri, 12/11/2009 - 06:50Bugfix release for the 2.3 series:
- Fixed compilation in Visual Studio 2008
- Fixed compilation in MinGW
ChaiScript 2.3 Released
Submitted by Jonathan Turner on Mon, 12/07/2009 - 16:23Just pushed 2.3 out the door. In this release:
- Saving and restoring script engine state
- Object type introspection
- Intelligent int types
- 5-10% speedup
- Bugfixes for array lookups, single-line comments, and const return values.
