chaiscript 6.1.0 Embedded scripting language designed for C++

ChaiScript is one of the only embedded scripting language designed from the ground up to directly target C++ and take advantage of modern C++ development techniques. Being a native C++ application, it has some advantages over existing embedded scripting languages:

  1. Uses a header-only approach, which makes it easy to integrate with existing projects.

  2. Maintains type safety between your C++ application and the user scripts.

  3. Supports a variety of C++ techniques including callbacks, overloaded functions, class methods, and stl containers.