mirror of
https://github.com/apple/pkl.git
synced 2026-09-13 13:21:47 +02:00
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.