[armedbear-devel] asdf and windows vs unix on abcl

Mark Evenson evenson.not.org at gmail.com
Mon Oct 24 17:08:40 UTC 2011


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.



More information about the armedbear-devel mailing list