From: Carlo Tambuatco
Subject: Common Lisp for Mac OS X...?
Date: 
Message-ID: <BF11D100.E4A%oraclmaster@gmail.com>
Does anyone know where I can obtain a distribution of ansi common lisp for
the Mac OS X? Preferably one which allows me to integrate it with emacs,
which is aleady built in to Mac OS X 10.4. Freeware is greatly appreciated.
I am running OS X 10.4.1

Thanks.
-C
-- 
"per aspera ad astra".

From: Peter Seibel
Subject: Re: Common Lisp for Mac OS X...?
Date: 
Message-ID: <m2wtn74k1m.fsf@gigamonkeys.com>
Carlo Tambuatco <···········@gmail.com> writes:

> Does anyone know where I can obtain a distribution of ansi common
> lisp for the Mac OS X? Preferably one which allows me to integrate
> it with emacs, which is aleady built in to Mac OS X 10.4. Freeware
> is greatly appreciated.  I am running OS X 10.4.1

OpenMCL is probably the best match for your stated needs. You'll also
want to grab SLIME, an elisp package for interacting with your Common
Lisp from Emacs. Other options are the comercial Lisps Allegro Common
Lisp (from Franz) and Lispworks (from Lispworks) which both have OS X
versions and free trial editions. And SBCL and CMUCL, are other open
source alternatives, both of which run on various flavors of Unix
including OS X.

-Peter

-- 
Peter Seibel           * ·····@gigamonkeys.com
Gigamonkeys Consulting * http://www.gigamonkeys.com/
Practical Common Lisp  * http://www.gigamonkeys.com/book/
From: Dave Cook
Subject: Re: Common Lisp for Mac OS X...?
Date: 
Message-ID: <slrndepi6b.4co.davecook@localhost.localdomain>
On 2005-07-31, Carlo Tambuatco <···········@gmail.com> wrote:

> Does anyone know where I can obtain a distribution of ansi common lisp for
> the Mac OS X? Preferably one which allows me to integrate it with emacs,
> which is aleady built in to Mac OS X 10.4. Freeware is greatly appreciated.
> I am running OS X 10.4.1

Darwinports has OpenMCL and CLISP.  Slime works great with OpenMCL.

http://darwinports.opendarwin.org/

I'm pretty sure I remember building SBCL on my powerbook and it worked fine.

For emacs on OS X, your choices are:

* The console version that ships with the OS.
* Standard X11 XEmacs from darwinports or fink (or compile it yourself)
* I use a CVS branch of XEmacs, the sjt branch,  that supports XFT.

cvs -d ············@cvs.xemacs.org:/p ack/xemacscvs co -d xemacs-21.5 -r \ 
  sjt-xft xemacs 
  
* A build of Carbon (GNU) Emacs like

http://www.emacswiki.org/cgi-bin/emacs-en/CarbonEmacsPackage

or Aquamacs (will annoy you if you are used to emacs keybindings and
standard behavior).

* Carbon XEmacs

Dave Cook
From: Pascal Bourguignon
Subject: Re: Common Lisp for Mac OS X...?
Date: 
Message-ID: <87r7dfb46b.fsf@thalassa.informatimago.com>
Carlo Tambuatco <···········@gmail.com> writes:

> Does anyone know where I can obtain a distribution of ansi common lisp for
> the Mac OS X? Preferably one which allows me to integrate it with emacs,
> which is aleady built in to Mac OS X 10.4. Freeware is greatly appreciated.
> I am running OS X 10.4.1

Peter forgot to mention clisp.  AFAIK, clisp is the oldest Common Lisp
implementation that runs on OpenStep (NeXTSTEP, OPENSTEP and now MacOSX).


-- 
"Specifications are for the weak and timid!"
From: Peter Herth
Subject: Re: Common Lisp for Mac OS X...?
Date: 
Message-ID: <dcj2hq$b0r$03$1@news.t-online.com>
Carlo Tambuatco wrote:
> Does anyone know where I can obtain a distribution of ansi common lisp for
> the Mac OS X? Preferably one which allows me to integrate it with emacs,
> which is aleady built in to Mac OS X 10.4. Freeware is greatly appreciated.
> I am running OS X 10.4.1

Just for the completeness: sbcl runs fine on Mac too. (For emacs try out 
Aquamacs, it is really *nice*)

Peter

-- 
pet project: http://dawn.netcologne.de
homepage:    http://www.peter-herth.de
lisp stuff:  http://www.peter-herth.de/lisp.html
get Ltk here: http://www.peter-herth.de/ltk/
From: Julian Fondren
Subject: Re: Common Lisp for Mac OS X...?
Date: 
Message-ID: <1122884867.055076.184800@f14g2000cwb.googlegroups.com>
http://www.gigamonkeys.com/book/lispbox/

Emacs, SLIME, and your preferred CL in a nice .dmg for MacOSX

It's certainly an easy one to start up with.