higher-order sequence function

Brad Knotwell knotwell at ix.netcom.com
Wed Sep 13 19:04:38 EDT 2000


Hello all--

Have you ever wished Python had more higher-order functions for sequences?

If you have, you might want to download, compile, and try out my Common
Lisp sequence module.  In general, I've tried to replicate a good portion of
Common Lisp's (CLtL2 Chapter 14) sequence functions. 

In any case, if you're interested, the gzipped tarball is found at the
following URL:

	http://pweb.netcom.com/~knotwell/clseq09152000.tar.gz

Enjoy.  All feedback is appreciated.

--Brad



More information about the Python-list mailing list