Re: Software Needs Philosophers

2006-05-21 Thread M Jared Finder
SamFeltus wrote: > Religious Fanaticism is a very strong in the Computer community. But, > is it really a surprise that when a bunch of hairless apes created a > new mental world, they created it with a complicated Quilt of religions > and nationalities, and many became fanatical? > > I am confid

Re: A critic of Guido's blog on Python's lambda

2006-05-10 Thread M Jared Finder
Chris Uppal wrote: > E.g. can you add three-way comparisons (less-than, same-as, greater-than to, > say, Python with corresponding three-way conditional control structures to > supplement "if" etc ? Are they on a semantic and syntactic par with the > existing ones ? In Smalltalk that is trivial

Re: A critic of Guido's blog on Python's lambda

2006-05-10 Thread M Jared Finder
Alex Martelli wrote: > M Jared Finder <[EMAIL PROTECTED]> wrote: >... >> Your reasoning, taken to the extreme, implies that an assembly language, >> by virtue of having the fewest constructs, is the best designed language > > Except that the major premis

Re: A critic of Guido's blog on Python's lambda

2006-05-09 Thread M Jared Finder
Alex Martelli wrote: > Stefan Nobis <[EMAIL PROTECTED]> wrote: > >> [EMAIL PROTECTED] (Alex Martelli) writes: >> >>> if anonymous functions are available, they're used in even more >>> cases where naming would help >> Yes, you're right. But don't stop here. What about expressions? Many >> people w

Re: A critic of Guido's blog on Python's lambda

2006-05-08 Thread M Jared Finder
Alex Martelli wrote: > Joe Marshall <[EMAIL PROTECTED]> wrote: >... >> If you language allows unnamed integers, unnamed strings, unnamed >> characters, unnamed arrays or aggregates, unnamed floats, unnamed >> expressions, unnamed statements, unnamed argument lists, etc. why >> *require* a name

Re: how to write a tutorial

2005-01-21 Thread M Jared Finder
Xah Lee wrote: i've started to read python tutorial recently. http://python.org/doc/2.3.4/tut/tut.html What does this have to do with Perl, Lisp, Scheme, or C? -- MJF -- http://mail.python.org/mailman/listinfo/python-list

Re: python mode indentation problem

2005-01-15 Thread M Jared Finder
Xah Lee wrote: does anyone know why the Python mode in emacs uses spaces for first level indentation but one tab for second level? i'm using emacs 21.3.50.1. You probably have tab-width set to 8 spaces, but indentation in python set to 4 spaces. -- MJF -- http://mail.python.org/mailman/listinfo