Hi Alex,

I just tested the latest "ongoing" on my Mac, and it seems to work quite fine:

f3bmac3:picoLispEmu jkleiser$ (cd src64; make)
emu.base.c: In function ‘run’:
emu.base.c:42120: warning: format not a string literal and no format arguments emu.base.c:42175: warning: format not a string literal and no format arguments
f3bmac3:picoLispEmu jkleiser$ ./pil misc/fibo.l +
: (fibo 9)
-> 34
: *CPU
-> "emu"
: (load "misc/sieve.l")
-> sieve
: (sieve 20)
-> (2 3 5 7 11 13 17 19)

Something else:
While I was looking into the 'misc' folder I found 'reverse.l' and 'setf.l' ("the most perverse concept ..."). Can you explain what these two do?

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

Reply via email to