evhub / rabbit

Rabbit is a modern, functional programming language built on top of Python.
13 stars 1 forks source link

Disallow currying if providing a list of arguments #132

Closed evhub closed 10 years ago

evhub commented 10 years ago

If calling with f(x,y,...) syntax, too few arguments should result in an error.