ChaiScript is the first and only scripting language designed from the ground up with C++ compatibility and modern design 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 and modern design in mind. It is an ECMAScript-inspired, embedded functional-like language.
ChaiScript is licensed under the BSD license.
Due to an increased release schedule, and the nature of ChaiScript being a header-only library, binary releases will be made less often. Previous releases can be found on github.
Version: 4.2.0 Released: 12/1/2012
(Requires Boost)
Source (tar.bz2)
Source (zip)
Version: 5.2.0 Released: 12/1/2012
(Requires C++11 Compiler)
Source (tar.bz2)
Source (zip)
Those of you who keep an eye on our SVN traffic may have noticed that we haven't slowed down since the 1.0 release. I wanted to take a minute to mention a few of the improvements that are in store. The first, and biggest, is the shiny new C++ API for interacting with Chai. Watch this page for up-to-date examples.
The second is a fix to ChaiScript itself. We're moving from "elseif" to the more C++-similar "else if".
Lastly, we're working to improve the homepage and documentation. The plan is to have much more thorough, and generally nicer, documentation by release time.