About ChaiScript

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.

ChaiScript is licensed under the BSD license.

Download

Version: 2.3.3 Released: 5/15/2010

Source
Windows
Linux

ChaiScript 2.2 Released

New in ChaiScript 2.2 (Windows, Linux, OS X, or Source)

  • Add support for most of C++'s unary and binary operators
  • Support for adding global consts, which are visible across threads
  • Add .is_null() and .is_undef() methods
  • Bugfixes to booleans, ref counting, and casting

Yay for is_null() and

Yay for is_null() and is_undef() :D