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 Reference

Files

ChaiScript, once parsed, is executed top to bottom in a single pass. Definitions and statements have the same precedence.

Recommendation: ChaiScript source files have a .chai extension.

Comments

Comments follow the same format as C++ comments.

/*
  This is a multi-line comment.
*/
//This is a single line comment.