Preview
Open Original
is a minimal, experimental implementation of a high-performance string expression compiler and runtime for Go. The core idea is to build expressions as chains of strictly-typed Go closures (functions), rather than interpreting bytecode on a virtual machine. This architecture enables extremely fast compilation and execution, zero allocations during evaluation, and a flexible, extensible environment system.I invite all interested parties to participate.