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
Currently, zero-arg functions are implemented using a dummy argument while multi-arg functions are implemented by auto-currying. Both of these representations have a bit of inefficiencies in number of iterations.
We could change the representation of call continuations for efficiency.
The text was updated successfully, but these errors were encountered:
Currently, zero-arg functions are implemented using a dummy argument while multi-arg functions are implemented by auto-currying. Both of these representations have a bit of inefficiencies in number of iterations.
We could change the representation of call continuations for efficiency.
The text was updated successfully, but these errors were encountered: