ChaiScript is one of the first (and perhaps only) embedded scripting language designed from the ground up to directly target C++. Being a native C++ application, it has some advantages over existing embedded scripting languages:
It uses a header-only approach, which makes it easy to integrate
... [More] with existing projects.
It maintains type safety between your C++ application and user scripts.
It supports a variety of C++ techniques including callbacks, overloaded functions, class methods, and stl containers. [Less]
This project exists as a place for various projects that I am working on which are GPL'd. Please feel free to join in on this projects and enjoy them.
The projects consist mostly of PalmOS related projects.
Collection of code samples, snippets and tests resulting from personal work and possibly referenced at EmptyCrate.com. Made public in case others find it useful.
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy