Hi Tomas, > 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"):
(if (== 64 64)
(we are on 64 bits)
(else we are on 32 bits) )
Cheers,
- Alex
--
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
