The ChaiScript Language The ChaiScript language itself is easy. Here are some notes about the language. If you are someone who learns as it goes. You can skip to the bottom of the page where we talk about ChaiScript's type system or skip this entire secession if you want. We will be running trough some... Continue Reading →
ChaiScript Tutoral (2) – The ChaiScript Language – part 1
In the last ChaiScript tutorial. We wrote our first ChaiScript program. In this tutorial we will write some ChaiScript! We will be focusing on the basic syntax and how-to for ChaiScript itself. Setting up the interpolator. Yup, we need to setup something again. But this time, we will be setting up our own ChaiScript interpolator to... Continue Reading →
ChaiScript Tutoral (1) – A easy to use scripting language for modern C++
What is ChaiScript ChaiScript is an easy-to-use embedded scripting language for modern C++. It provides a simple scripting language and interface for modern C++(ChaiScript needs C++14 or above). It is a header only library. Therefor it is simple to deploy on almost any developing environment and only requires a C++11 enabled compiler to work. Note that... Continue Reading →
Recent Comments