Maxima: compiling with cmucl, sbcl and gcl.



C. Frangos wrote:
> In my applications, I have found cmucl to be the fastest (and also easiest to 
> install).  How fast is gcl compared to cmucl ?
>
>   
I think it depends on the application.  Sometimes gcl is faster and
sometimes cmucl is faster.
> In compiling Maxima I tried the command you suggested:
>
> ./configure --with-cmucl --enable-sbcl --enable-clisp
>
> but clisp is still used as the default lisp and not cmucl. So I have to type:
>
>   
Run "./configure --help" to see what options are available.  One of the
options (--with-default-lisp?) is to specify the default lisp to use.

Ray