Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add partial application to ':=' functions. #10

Open
rgrannell1 opened this issue Jul 31, 2014 · 1 comment
Open

Add partial application to ':=' functions. #10

rgrannell1 opened this issue Jul 31, 2014 · 1 comment
Assignees
Labels

Comments

@rgrannell1
Copy link
Owner

Make functions produced by ':=' partially applicable. Contingent on #8 being resolved.

my_fn <- (a : b) := {
    a + b
}
my_fn( )( )( )( )(1)(2) == 3
@rgrannell1 rgrannell1 self-assigned this Jul 31, 2014
@rgrannell1
Copy link
Owner Author

v0.59.0 removes the need for symbolic function references, so this may be closed soon.

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

No branches or pull requests

1 participant