Cakelisp: a programming language for games
Summary
Cakelisp is a Lisp-inspired language designed to compile to C++ with strong typing, offering compile-time code execution, macros, and generators to empower code generation, hot-reloading, and simplified build systems for game development. The author emphasizes performance parity with C, seamless C interop, and a built-in build pipeline to reduce boilerplate and improve developer productivity.