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.
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.
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 follow the same format as C++ comments.
/* This is a multi-line comment. */ //This is a single line comment.