More random python observations from a perl programmer

Fredrik Lundh fredrik at pythonware.com
Sun Aug 22 13:06:42 EDT 1999


Les Schaffer <godzilla at netmeg.net> wrote:
> okay. but what is the significance of __this__ orthogonal in the
> statement:
> 
> "The builtins strive to stick to those type/operator combos that make
> plain sense; Guido has never been a fan of gratuitous orthogonality."
> 
> does it mean simply that guido et al believe not all type/operator
> pairs need coverage in the builtins? something like "we dont feel the
> need to span all of type/operator space since the phase space of
> python coder trajectories seems well bounded by the span of existing
> pairs"

couldn't have said it better myself ;-)

(btw, this is also related to "consistency" in the "worse-is-
better" sense: http://www.jwz.org/worse-is-better.html )

</F>





More information about the Python-list mailing list