perspective on ruby

Peter Otten __peter__ at web.de
Thu Apr 20 15:00:45 EDT 2006


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




More information about the Python-list mailing list