Curried functions?
hrs opened this issue · 2 comments
hrs commented
I'm not sure how hard this would be, or how difficult it would be to integrate with the pattern-matching function arguments discussed in #31. But it'd sure be neat.
hrs commented
Actually, how well does currying interoperate with variadic functions? I should look into that, but maybe this is a feature we'll save for the next language...
hrs commented
Yeah, we can't have both, I think. If we want currying and partial application, we'd probably need to give up variable arity. Ugh, fine! WONTFIX.