Hi Peter,

On Sun, Nov 16, 2008 at 11:40 AM, Peter Wolf <[EMAIL PROTECTED]> wrote:
>
> This is for the other NOOBs...
>
> Apparently to use SLIME with Clojure, you need to install a Common Lisp.

This is not correct. You don't need to install a Common Lisp in order
to use SLIME with Clojure.

> I assumed that SLIME was written in EMACS Lisp, but apparently not.  In
> his Blog, Bill did say
>
>    "If you already use a CL implementation with SLIME
> <http://common-lisp.net/project/slime/> and Emacs, then getting setup
> with Clojure is pretty straight-forward."
>
>    http://bc.tech.coop/blog/081023.html

I was saying that it was easy to get started with Clojure & SLIME if
you were already using SLIME with a CL (since you would already have
SLIME installed and would already be accustomed to using it). Sorry if
you interpreted this differently.

> But I didn't realize that meant SLIME was dependent on CL.

SLIME isn't dependent on CL. The SLIME install is made up of an Emacs
Lisp component plus a SWANK component (that are written for the
underlying Lisp implementation that you are using). There are separate
SWANK components for several different CL implementations, at least
one Scheme implementation, and Clojure.

> I used CMUCL and everything works now.

SLIME works with CMUCL, but that has nothing to do with whether you
are able to get SLIME working with Clojure.

- Bill

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to