[Python-Dev] Linked lists
Aahz
aahz at pythoncraft.com
Wed Dec 14 20:44:21 CET 2005
On Wed, Dec 14, 2005, Martin Blais wrote:
>
> As I'm digging deeper into LISP and Scheme these days, I was
> wondering, is there a good compelling reason why in Python we don't
> have a native singly-linked and doubly-linked list types?
How about taking this dicussion to comp.lang.python and providing more
examples of use cases. I think you should probably be able to throw
together a PEP for a library without too much trouble, but it'll take a
lot of convincing to make the push for a builtin type. As with sets and
Decimal, plan on starting with a pure-Python module; finding one already
in the wild that people use would be even better.
--
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
"Don't listen to schmucks on USENET when making legal decisions. Hire
yourself a competent schmuck." --USENET schmuck (aka Robert Kern)
More information about the Python-Dev
mailing list