Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Currying #45

Open
sunjay opened this issue Jan 16, 2020 · 0 comments
Open

Currying #45

sunjay opened this issue Jan 16, 2020 · 0 comments

Comments

@sunjay
Copy link
Owner

sunjay commented Jan 16, 2020

It would be neat if functions were curried. That is, every function compiles down to a closure that returns another closure for each argument. The key here is that curried functions must be closures, or else some of the context can be lost during currying.

Lots of interesting concerns to explore here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant