Hi Jon,

> In Ersatz (17.1.25 JVM) I get this:
> 
> : (mapcar sym? '(+.1 -.1))
> -> (T NIL)
> 
> In 32-bit PicoLisp (16.12.8 C) I get this:
> 
> : (mapcar sym? '(+.1 -.1))
> -> (T T)
> 
> I have not tested this in 64-bit PicoLisp. Sorry. ;-)

It is the same on pil64.

Probably Ersatz is not correct here. The relevant code is in strToNum() in
ersatz/sys.src.

I must think about it. Or perhaps somebody else has a proposal?

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

Reply via email to