LispWorks architecture?
Hello, How do I get the architecture LispWorks has been compiled for? I would prefer to call a specific function rather than poking in the *features*. None of these give me the correct answer, I am looking for X64 or i386, or something like that: CL-USER 169 > (machine-instance) "tortilla.local" CL-USER 170 > (machine-type) "x86" CL-USER 171 > (machine-version) "486" CL-USER 172 > (software-type) "Darwin" CL-USER 173 > (software-version) "12.4.0" CL-USER 174 > (lisp-image-name) "/Applications/LispWorks 6.1 (64-bit)/LispWorks (64-bit).app/Contents/MacOS/lispworks-6-1-0-macos64-universal" CL-USER 175 > (lisp-implementation-type) "LispWorks" CL-USER 176 > (lisp-implementation-version) "6.1.1" Best, Camille _______________________________________________ Lisp Hug - the mailing list for LispWorks users lisp-hug@lispworks.com http://www.lispworks.com/support/lisp-hug.html