Re: A critic of Guido's blog on Python's lambda
are usually perceived 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 -&g
Re: Programming challenge: wildcard exclusion in cartesian products
> The Python program is too slow for large sets. In Haskell you can get this essentially for free, due to its laziness. -- Aaron Denney -><- -- http://mail.python.org/mailman/listinfo/python-list