mirror of
https://github.com/apple/pkl.git
synced 2026-06-04 13:00:40 +02:00
7dd2bc67de
This introduces an optimization to write let expressions to frame slots of the current frame, rather than transforming them into lambdas. As a result, let expressions are _much_ faster to execute.
Core implementation of the Pkl language. Includes Java APIs for embedding the language into JVM applications, and for building libraries and tools on top of the language.