On Oct 24, 2011, at 18:55 , Mark Evenson wrote:
[…]
To find what platform the hosted JVM is executing under, I might suggest some variant of
CL-USER> (when (find :unix *features* ) (run-program "uname" '("-a")))
[…] Well, we seem to have symbol for the underlying processor in our *FEATRURES* iist:
; SLIME 2011-09-27 CL-USER> *features* (:SWANK :QUICKLISP :ASDF2 :ASDF :X86-64 :JAVA-1.6 :ARMEDBEAR :ABCL :COMMON-LISP :ANSI-CL :UNIX :SUNOS :SOLARIS :CDR6) CL-USER>
You can depend on this remaining present.