You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2023. It is now read-only.
Right now Lua code compiles into very monadic code, every stack variable is an IORef. It's probably worth it to replace IORefs with pure let-bindings at least for cases when they are not captured in any closure.
The text was updated successfully, but these errors were encountered:
Right now Lua code compiles into very monadic code, every stack variable is an
IORef
. It's probably worth it to replaceIORef
s with purelet
-bindings at least for cases when they are not captured in any closure.The text was updated successfully, but these errors were encountered: