On 4/28/20 2:18 AM, Guido Stepken wrote:

E.g Python dqueue doesn't show any performance loss here

The performance of a particular python data structure has no bearing on the fact that your original statement:

In most Lisp languages, you only can "append" to a list, never "prepend"
..is incorrect on its face, since the cons based linked list is the fundamental data structure of Lisp and _prefers_ prepend over append.


--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to