David,
I am using emacs with no slime, I have tried enclojure+netbeans, but prefer
emacs because of its low resource requirement.
On Tue, May 5, 2009 at 6:16 PM, David Nolen wrote:
> What environment are you using? VimClojure? Emacs+SLIME?
> I will say that Enclojure+NetBeans does make things r
For Incanter, there is a shell script that starts the REPL (bin/clj),
setting the classpath to include all the necessary jars. Take a look
at that to see how to set the classpath. In addition to incanter.jar,
you'll need to include the Parallel Colt jars, and the JFreeChart jar.
Good luck,
David
On May 5, 1:20 pm, Leotis buchanan wrote:
> Let say for example i decide to use the icanter
> library(http://wiki.github.com/liebke/incanter), where should i place the
> icanter
> files so that clojure can see them.
You can put them anywhere, but the top-level directory must be on the
Java cla
What environment are you using? VimClojure? Emacs+SLIME?
I will say that Enclojure+NetBeans does make things really simple if you're
just trying things out.
David
On Tue, May 5, 2009 at 1:20 PM, Leotis buchanan wrote:
> Hey Guys,
>
> I am trying to use a few of the cool clojure contributed libr
Hey Guys,
I am trying to use a few of the cool clojure contributed libraries, but it
seems i am not placing the libraries files in the directory where clojure
expects to find them.
Let say for example i decide to use the icanter library(
http://wiki.github.com/liebke/incanter), where should i pl