A lisp oriented question - interning symbols for use in Maxima
Subject: A lisp oriented question - interning symbols for use in Maxima
From: Raymond Toy
Date: Tue, 20 Oct 2009 10:57:31 -0400
?iga Lenar?i? wrote:
> On Oct 20, 2009, at 4:28 PM, Raymond Toy wrote:
>
>
>> 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-
>
Good, openmcl is still there.
Command line parsing is in command-line.lisp and in init-cl.lisp.
Maybe try :lisp (get-application-args). This should return the args.
If that doesn't produce sensible things, then the maxima script (or
maxima-local) needs to be examined to see if it's passing the arguments
correctly.
Ray