mirror of
https://github.com/apple/pkl.git
synced 2026-06-25 14:56:19 +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.