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
no file at Sat Feb 20 12:21:19 2010 Compiling file /home/tarvydas/.emacs.d/elpa/swank-clojure-1.1.0/swank-clojure-pkg.el at Sat Feb 20 12:21:19 2010 Compiling file /home/tarvydas/.emacs.d/elpa/swank-clojure-1.1.0/swank-clojure.el at Sat Feb 20 12:21:19 2010 swank-clojure.el:47:1:Error: Cannot open

Re: stumped by class not found (vista)

2009-05-11 Thread tarvydas
On May 11, 2:07 am, Terry Hannant wrote: > Hi > > You can use > > (. System getProperty "java.class.path") - To check class path > > (. System getProperty "user.dir") - Current working directory > > from your Slime REPL to check Thanks. For future reference: my problem was based on a misunde

Re: stumped by class not found (vista)

2009-05-10 Thread tarvydas
On May 10, 9:38 pm, Victor Rodriguez wrote: > On Sun, May 10, 2009 at 1:32 PM, tarvydas > > wrote: > ... Thanks for your reply (sorry about posting this question twice - after waiting 3 hours and not seeing my question appear in the group, I re- posted it, assuming that I'

stumped by class not found (vista)

2009-05-10 Thread tarvydas
I'm a CL oldie and a Java newbie (mostly because I never make it past CLASSPATH problems before giving up :-). This is probably an simple question, but I'm stumped. I've managed to get emacs + slime + ants.clj to run on Windows Vista. I'm trying to get Vladimir Konrad's Clojure, GUI and NetBean

NetBeans + clojure stumped about class not found exception

2009-05-10 Thread tarvydas
I'm a java newbie (but a CL oldie). I'm trying to run Vladimir Konrad's Clojure, GUI and NetBeans example on Vista. I've got emacs + slime + ants.clj running. "." is in my CLASSPATH and the "gui" subdirectory (containing MainFrame.class, created by the NetBeans project) is in "." (i.e. ./gui/Ma