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
> > 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
> >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
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
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
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'
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
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