PicoLisp : ``` $ pil : (setq a 0) -> 0 : (a) […]: segmentation fault pil ``` Ersatz ou EmuLisp : ``` $ pilj[s] : (setq a 0) -> 0 : (a) -> NIL ```