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
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.