Download List

Project Description

ChaiScript is an 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. It uses a header-only approach, which makes it easy to integrate 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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-08-11 02:17
1.2

Performance enhancements were made. Runtime scripted code now executes three times faster. A minor change was made to header file namespacing to make the API cleaner from the developer's perspective.
Tags: Stable, Minor, Optimization

2009-07-28 02:37
1.1

The C++ API is greatly simplified. There are minor scripting language updates to change "elseif" to "else if" for consistency. There are major documentation and Web site updates.
Tags: Major, Stable

2009-07-14 05:39
1.0

This is the first release.
Tags: Stable, Major

Project Resources