Hi Alex, >> how do I detect if the running picolisp is 32 or 64 bit version? > > There is a simple trick. It is mentioned in "doc64/README", and used in > several places (like the unit tests, or in "lib/math.l"):
thank you and sorry for not reading README. > (if (== 64 64) > (we are on 64 bits) > (else we are on 32 bits) ) I see, fixnum identity, great;-) Cheers, Tomas -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
