Unification of Methods and Functions

Greg Ewing greg at cosc.canterbury.ac.nz
Tue May 11 23:42:56 EDT 2004


David MacQuigg wrote:
> Prothon is trying to make binding explicit, 

That's not entirely true. Prothon currently has
cat1.meth() doing binding just as implicitly as
Python.

What it doesn't do is bind implicitly when you're
not going to call the method right away, which
from a Python perspective is decidedly odd,
not to mention rather inconsistent.

-- 
Greg Ewing, Computer Science Dept,
University of Canterbury,	
Christchurch, New Zealand
http://www.cosc.canterbury.ac.nz/~greg




More information about the Python-list mailing list