sen1 at math.msu.edu wrote:
> You first have to install a lisp version.
>
> I took the source tar package, compiled and installed it.
>
> Do, either or both of
>
> port sbcl
> port clisp
>
> If you do both, this installs sbcl and clisp. As far as I know, cmucl is not available.
cmucl runs on Mac OS X, but ppc only. No Intel support currently. I
think you'd have to get it from common-lisp.net.
> I don't know if they can be compiled simultaneously, so I compile them
> one and at time, install them both in /usr/local/bin
Yes, you can compile several versions at the same time. I do that with
cmucl, clisp, and gcl (sometimes). configure --help will tell you what
to do.
Ray