> >
> >> The labrepl project (http://github.com/relevance/labrepl) is a 
> >> tutorial environment for learning Clojure.
> > ...
> >> (2) CounterClockwise integration: Ditto above but for Eclipse/
> >
> > I followed the steps and successfully runned the labrepl with Eclipse 
> > and CCW.
> 
> Good ! Which environment were you using ?
 
I'll chime in too... I'm on Windows XP; I've been through labrepl setup
with: leiningen; Maven; Netbeans; and CCW, now.  Of these:

- leiningen: straightforward; had issues with Windows bootstrap of lein
at first, but seems now to run fine with the default 1.0.1 lein bootstrap.

- Maven: easy to do, but I still have the "no echo in repl" problem when
starting with "mvn clojure:repl".  Still don't know why.  Using maven to
build, then running script\repl.bat does work.

- Netbeans/Enclojure: fails for me at the "Start Project REPL" step: not
sure yet why. The stack trace seems to say it's not finding sources in
the clojure jars it's using.

- Eclipse/CCW: all good: did a fresh install of eclipse and followed the
recipe for git, maven, and ccw; got a warning that Eclipse was using a JRE
and wanted a JDK (doh) so added a line in eclipse.ini (-vm
c:\jdk1.6\jre\bin\javaw.exe) to give it the jdk's runtime.  

The JRE/JDK thing is probably just my bogosity; I let the standard java
updater
put its jre where it wants, but to develop I prefer a known fixed version,
so
I have a JDK placed separately.  Therefore, of course the IDE will need to
be
pointed at it.  I'd forgotten I'd done that, and Eclipse reminded me.

Anyway: out of all these variations, the CCW one is my favorite, so far.
Feels
very smooth, it's doing a lot of background stuff but doesn't give the feel
of "hidden magic" -- it's clear what's going on, defaults work, etc.

Cheers,
Kevin Kelley









-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

To unsubscribe from this group, send email to 
clojure+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to