browsing clojure source code

2010-02-23 Thread Paul Tarvydas
I'm from the lisp world, not the java (nor eclipse) world, so I don't know what's available... Can anyone suggest how best to browse the source code for clojure? I've downloaded the clojure-read-only tree and would like to bounce around in it using something like find-tag. How does one create

Re: Emacs/Slime -- Slime wont eval but *inferior-lisp* will (Help a newbie out)

2010-02-23 Thread Paul Tarvydas
> > I created ~/.swank-clojure directory, and downloaded there swank- > > clojure-1.1.0.jar fromhttp://repo.technomancy.us/. Now M-x slime > > works. Thanks - that seems to have worked. pt -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to t

Re: Emacs/Slime -- Slime wont eval but *inferior-lisp* will (Help a newbie out)

2010-02-20 Thread Paul Tarvydas
> >When you perform the installation, you will see warnings related to the > >byte-compilation of the packages. This is normal; the packages will work > >just fine even if there are problems compiling it upon installation > > Since elisp can work in either compiled or interpreted mode, > compila

Re: Emacs/Slime -- Slime wont eval but *inferior-lisp* will (Help a newbie out)

2010-02-20 Thread Paul Tarvydas
I tried to install clojure today using these instructions http://github.com/technomancy/swank-clojure (after first wasting a couple of hours trying to follow these instructions linked to by clojure.org http://en.wikibooks.org/wiki/Clojure_Programming/Getting_Started#Installing_a_JAR) and I se