I found a segfault:
Code: Select all
dmi@stone:~$ newlisp
newLISP v.9.3.1 on Linux, execute 'newlisp -h' for more info.
> (set 'l '((1 2) (3 4) (5 (6 7))))
((1 2) (3 4) (5 (6 7)))
> (pop-assoc ('l 3))
Segmentation fault
And a question: what for the extra parenthesis are in the syntax?
Oh! and another question:
Is there a non-destructive version for pop-assoc?