maxima and clozure-cl



On 2010-01-25 15:33 +0000, Leo Butler wrote:
> Your description is a bit confusing, because the testsuite is run within
> a Maxima session.

I type :go when it was interrupted to ignore the init file and thus able
to run the testsuite in maxima.

> In any case, if you start Maxima from the command-line via
>
> maxima --lisp-options='-norc'

I have found the workaround. Thanks. However, for sbcl I don't even need
to do this.

> then the option '-norc' is passed to the underlying lisp (in my case,
> this inhibits my default lisp, clisp, from reading its init file). 
> The documentation from
>
> ccl --help
>
> should tell you the right option for ccl.

Thanks.

L.