Python syntax in Lisp and Scheme

David Mertz mertz at gnosis.cx
Wed Oct 8 15:59:19 EDT 2003


There's something pathological in my posting untested code.  One more
try:

    def categorize_jointly(preds, it):
        results = [[] for _ in preds]
        for x in it:
            results[all(preds)(x)].append(x)
        return results

|Come on.  Haskell has a nice type system.  Python is an application of
|Greespun's Tenth Rule of programming.

Btw. This is more nonsense.  HOFs are not a special Lisp thing.  Haskell
does them much better, for example... and so does Python.

Yours, David...

--
 mertz@   _/_/_/_/_/_/_/ THIS MESSAGE WAS BROUGHT TO YOU BY:_/_/_/_/ v i
gnosis  _/_/                    Postmodern Enterprises         _/_/  s r
.cx    _/_/  MAKERS OF CHAOS....                              _/_/   i u
      _/_/_/_/_/ LOOK FOR IT IN A NEIGHBORHOOD NEAR YOU_/_/_/_/_/    g s






More information about the Python-list mailing list