KPL (Work In Progress, check rewrite branch) Typed/Jitted Scripting Language Written In C Supported Platforms x64 Linux Dependencies GNU Make GCC Build Debug make Optimized make DFLAGS="" OO=-O3 Build Flags OO=-g -Og - Set optimization level Debug Flags (DFLAGS=) -DKPL_ALD=1 - Track allocations and frees Option Flags (FLAGS=) Run File ./kpl path/to/file REPL ./kpl Examples are in the ex folder