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

2006-05-07 Thread Aaron Denney
to beneficial (exception: people from a Java/C/C++ background often perceive dynamic typing as a misfeature and have to struggle with it) It is a misfeature. It's just less of a misfeature than the typing of Java/C/C++, etc. -- Aaron Denney -- -- http://mail.python.org/mailman/listinfo/python

Re: Programming challenge: wildcard exclusion in cartesian products

2006-03-23 Thread Aaron Denney
. In Haskell you can get this essentially for free, due to its laziness. -- Aaron Denney -- -- http://mail.python.org/mailman/listinfo/python-list