[CM] MCL 5 with CLM / openmcl plotters?

Bret Battey bbattey@u.washington.edu
Tue, 14 Oct 2003 13:09:51 -0700


One helpful aspect is that no MCL5.0 release is planned for OS9, as far 
as I can tell, so if has MCL5.0, one can assume Mac OSX.

=Bret

On Tuesday, October 14, 2003, at 06:42 AM, Rick Taube wrote:

> its a mess, particularily if you have to distinguish between openmcl, 
> mcl/OSX and mcl/OS9! If you need the latter, look in 
> cm/src/midishare/Midishare-Interface.lisp to see what i did. It seems 
> to work ok.
> But for just openmcl vs mcl I think I do
> 	(and mcl openmcl)
> 	(and mcl (not openmcl))
>
> openmcl:
>
> (:METACLASSES :LOOP :OSX :CMN :ONLY-LISP :CLM :BIG-ENDIAN :MAC-OSX 
> :CLM2 :PRIMARY-CLASSES :CCL :CCL-2 :CCL-3 :CCL-4 :CORAL :COMMON-LISP 
> :MCL :OPENMCL :ANSI-CL :PROCESSES :INTERFACES-2 :POWERPC :PPC-TARGET 
> :PPC-CLOS :DARWINPPC-TARGET :DARWINPPC-HOST :DARWIN :POWEROPEN-TARGET)
>
> MCL5.0:
> (:ANSI-CL :ANSI-MAKE-LOAD-FORM :NEW-TABLES :PRIMARY-CLASSES :CCL 
> :CCL-2 :CCL-3 :CORAL :APPLE :DIGITOOL :COMMON-LISP :MCL :CLTL2 
> :PROCESSES :CARBON-COMPAT :INTERFACES-2 :CCL-4 :CCL-4.2 :CCL-4.3 
> :CCL-4.3.1 :CCL-4.4 :CCL-4.3.5 :CCL-5.0 :POWERPC :PPC-TARGET > :PPC-CLOS)
>