From: gabriele renzi Date: 2005-12-21T21:12:54+09:00 Subject: Re: Bruce Eckel wouldn't know why to switch from Python to Ruby Devin Mullins ha scritto: >Everything is object.method > syntax (or, even cooler, delegated to a method, like the for...in syntax). just to say for..in is delegated to a method in python too, and they even delegate "if obj" to a method call :)