From: Raymond Toy
Subject: Re: Free Up-to-date Common Lisp for sun solaris
Date: 
Message-ID: <4nyavms980.fsf@rtp.ericsson.se>
Sam Steingold <···@usa.net> writes:

> >>>> Honorable ·····@sip.medizin.uni-ulm.de (kp gores) writes
>  >> where can i obtain a freeware Up-to-date Common Lisp for sun solaris??
> 
> gcl (GNU CL) ftp://ftp.ma.utexas.edu/pub/gcl
> Compiles to C, then uses an optimizing C compiler.  Apparently, not
> being developed anymore.
> 
> CLISP http://clisp.cons.org/~haible/clisp.html
> Compiles to byte code.  More ANSI compliant.  Good debugger.
> 
> Both are covered by GPL, so, I guess, qualify as freeware.

You forgot probably the best (and biggest) Lisp:

CMU Common Lisp (CMUCL) http://www.cons.org/cmucl
Compiles to native code.  Almost ANSI compliant.

And it is really public domain so you can't get any freer than
that. :-)  

Ray