Lisp refactoring puzzle

Gregory Ewing greg.ewing at canterbury.ac.nz
Tue Jul 12 21:47:34 EDT 2011


Xah Lee wrote:
> they
> don't provide even simple list manipulation functions such as union,
> intersection, and the like. Not in perl, not in python, not in lisps.

Since 2.5 or so, Python has a built-in set type that
provides these (which is arguably a better place for them
than lists).

-- 
Greg



More information about the Python-list mailing list