Hi Alex,
I noticed that in picoLisp the following is true

(let (A 1 (B . C) (2 3)) B) -> 2

where as in miniPicoLisp (compiled using gcc 7.5 on ubuntu with -m32 added
to gcc in the Makefile) I get NIL for the same expression. Is that expected?

Regards,
Kashyap

Reply via email to