evhub / rabbit

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

Make lambda coefficients act like normal coefficients #100

Closed evhub closed 10 years ago

evhub commented 10 years ago

Lambda coefficients should be processed like normal coefficients (through call_paren) to allow using them for infix calling.