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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to