On 4/27/20 2:42 PM, Guido Stepken wrote:

In most Lisp languages, you only can "append" to a list, never "prepend".:

"Prepend", aka "add to the beginning" seems the natural (and non-destructive) operation of Lisp, e.g.

(cons 9 (1 2 3)) -> (9 1 2 3)

..perhaps that is what you meant?

-wilhelm


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

Reply via email to