Mark Tarver <dr.mtar...@ukonline.co.uk> writes:
> But are Python lists also indistinguishable from conventional
> Lisplists for list processing.  

Forgot to add: you might look at http://norvig.com/python-lisp.html

Mark Tarver <dr.mtar...@ukonline.co.uk> writes:

> But are Python lists also indistinguishable from conventional
> Lisplists for list processing.

They are very different.  There is nothing like cons or nconc.
You can't convert two lists to a single longer list with nconc, 
etc.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to