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.
Documentation
Submitted by admin on Sun, 07/05/2009 - 16:45
Introduction
ChaiScript is a scripting language that easily embeds into your existing C++ applications. It's built to be flexible and dynamic, yet still maintain the type-safety you expect as a C++ user. It can natively use classes, methods, and attributes, even if the class inherits functionality from a parent class.
As of 2.0, it also supports exceptions and automatic thread-safety.
Table of Contents:
»
- Printer-friendly version
- Login or register to post comments
