Edward Elliott wrote:

> The fact that even numeric literals are objects make me suspicious of Ruby
> as a general-purpose language though. 

>>> add_one = 1 .__add__
>>> add_one(42)
43

Just in case you didn't know...

Peter

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to