A small, lisp-inspired, functional scripting language

Getting started

🧰 Functional scripting language

Every parameter is passed by value ; functions are first class citizens ; closures have explicit captures.

⚗ Easy to embed in C++ apps

Very easy to embed it in your projects. Creating bindings is made easy.

⚡️ Batteries included

A collection of 135 algorithms to help write scripts quickly.

🧱 Safe macros

Write your own macros and generate code at compile time! Macros will never download files from the internet or need access to your hard drive.

🚀 Performances

Decent performances for use in as many situations as possible.

✨ Modern codebase

Made with C++20 and heavily tested (even error messages are tested!)