evhub / rabbit

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

Improve itemcalling utilities #135

Closed evhub closed 10 years ago

evhub commented 10 years ago

Add the equivalent of call and caller for itemcall, and move the matrix itemcall to matrix.itemcall.

evhub commented 10 years ago

Also add a way for instances to provide a custom item caller, called __retrieve__.