On Fri, Jul 13, 2018 at 12:08:55PM +0200, O.Hamann wrote: > Document string for (version flg) says: 'The JVM- and C-versions print an > additional "JVM" or "C",' > > Am I right, that a result list like (16 12 8) signals definitely a 64bit > picolisp version?
No, this plain list (16 12 8) is returned by all versions. Only what is *printed* differs. > I don't know how to check whether on a rasp runs the 32bit or 64bit version > of picolisp. I usually do (if (== 64 64) ... You'll find this also in some places in the distro. It uses the fact that pil64 has short numbers which are always pointer-equal. —Alex -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
