Lua

Introduction to Lua in C++ with Sol2
by Hristo Iliev | Last Updated:
This article explains how to easily embed Lua into your C++ project. Lua is an useful scripting language, it is fast and it is not compiled.
Read More