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
I've just realized that noflet evaluates and applies its bindings one at a time, which means that it works more like cl-flet* than flet. It should evaluate all the bindings before applying any of them, like flet does. (And you could also provide noflet* that retains the current behavior.)
The text was updated successfully, but these errors were encountered:
I've just realized that
noflet
evaluates and applies its bindings one at a time, which means that it works more likecl-flet*
thanflet
. It should evaluate all the bindings before applying any of them, likeflet
does. (And you could also providenoflet*
that retains the current behavior.)The text was updated successfully, but these errors were encountered: