Hi Kashyap,

> (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?

Yes, 'let' with list arguments (destructuring bind) is supported only in pil64.

☺/ A!ex

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

Reply via email to