> How does labrepl integrate with Enclojure, and does anyone manage to
> use an IDE effectively with lein/maven?

I use CCW in Eclipse, but I used Netbeans + Enclojure + labrepl in the
past. I fired NB up again and did the following and it seemed to work
OK. This is with Netbeans 6.8 with enclojure-plugin-2010-jan.nbm and
maven plugins

I d/l'd the labrepl from github from here: http://github.com/relevance/labrepl

Then simply went to Netbeans and did this:
* File -> Open Project
* Navigate to where you have d/l the labrepl  (parent dir to be exact)
* It should show in the file open dialog with a special "ma" icon.
Just click on this then click on "open project"

This will take a minute to open as it scans the project and gets the
deps from the maven repo.

* Now right click on the labrepl project and select "Start Project Repl".
* This will open a new window that says "Clojure Repl (labrepl):
* Punch this into this repl window and you're all set:
(require 'labrepl)
(labrepl/-main)

You can also right click on any of the .clj files and right click ->
load into repl.

hope this helps,
pratik

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

Reply via email to