Comparison between Python and "Ruby"

Fredrik Lundh fredrik at pythonware.com
Tue Nov 2 05:22:23 EST 1999


Yukihiro Matsumoto <matz at netlab.co.jp> wrote:
> I guess he loves reducing variablity, if possible, which is totally
> against TMTOWTDI.  I don't judge whether it is good or bad.

you're confusing syntax with semantics.

there are MANY ways to solve any given problem
in Python, but when you've decided that you want
to use a certain pattern (be it a loop, an iterator,
an object factory, or any other pydiom) in your
solution, there's usually ONE way to write the
code.

think about it.

</F>

<!-- (the eff-bot guide to) the standard python library:
http://www.pythonware.com/people/fredrik/librarybook.htm
-->





More information about the Python-list mailing list