A lisp oriented question - interning symbols for use in Maxima
Subject: A lisp oriented question - interning symbols for use in Maxima
From: Žiga Lenarčič
Date: Tue, 20 Oct 2009 16:35:37 +0200
On Oct 20, 2009, at 4:28 PM, Raymond Toy wrote:
> Jaime Villate wrote:
>> On Ter, 2009-10-20 at 01:02 +0200, ?iga Lenar?i? wrote:
>>
>>> CFFI works great in Clozure CL, at least on Mac OS X. I don't know
>>> about Maxima - but I think some people on this list are running
>>> Maxima with Clozure CL.
>>>
>>
>> Yes, I use it everyday in Ubuntu (64bit) in my laptop and in the
>> Linux
>> Terminal Server that my students access during my classes.
>>
>> Maxima 5.19post http://maxima.sourceforge.net
>> using Lisp Clozure Common Lisp Version 1.3-RC1-r11719M (LinuxX8664)
>>
>> It works faster than SBCL and it is very reliable.
>> I've only noticed two problems: command-line options do not work; for
>> instance, "maxima --list-avail" doesn't show anything, and CCL
>> cannot be
>> installed in older 32bit CPUs.
>>
> I should probably install ccl....
>
> Does it produce any warnings? Is openmcl still on the *features*
> list?
> Is :ccl on the *features* list?
>
> Ray
>
This is how *features* look on a fairly recent version (32 bit, mac
os x):
Welcome to Clozure Common Lisp Version 1.4-dev-r12383M-trunk
(DarwinX8632)!
? *features*
(:ASDF :PRIMARY-CLASSES :COMMON-
LISP :OPENMCL :CCL :CCL-1.2 :CCL-1.3 :CLOZURE :CLOZURE-COMMON-
LISP :ANSI-CL :UNIX :OPENMCL-UNICODE-STRINGS :OPENMCL-NATIVE-
THREADS :OPENMCL-PARTIAL-MOP :MCL-COMMON-MOP-SUBSET :OPENMCL-
MOP-2 :OPENMCL-PRIVATE-HASH-TABLES :X8632-TARGET :X8632-
HOST :X86 :X86-TARGET :X86-HOST :DARWIN-HOST :DARWIN-
TARGET :DARWINX86-TARGET :DARWINX8632-TARGET :DARWINX8632-HOST :32-
BIT-TARGET :32-BIT-HOST :LITTLE-ENDIAN-TARGET :LITTLE-ENDIAN-
HOST :DARWIN)
Regards,
Ziga