Tagged Questions

2
votes
1answer
57 views

Right way to compile multiple clojure files with Enclojure

Now it compiling only one file -- with main class. I using (compile ...) calls in main file for each .clj file. How do it right?
2
votes
2answers
494 views

Enclojure REPL can't find dependent clj file on Load

I have a problem with the Enclojure REPL and using clojure modules from it. The Load/Change REPL to file/ns works fine with an isolated clojure file, but breaks with a file which has references to ...
1
vote
1answer
280 views

Failure creating clojure project in Netbeans

I decided to take a look at Clojure and thought the best and easiest method for me would be to use Netbeans with the Enclojure plugin as I didn't want to have to learn Emacs at the same time. I ...
1
vote
2answers
452 views

Installing Enclosure with Netbeans

I am having trouble installing Enclosure and getting it to work. I have followed this guide http://www.enclojure.org/gettingstarted and successfully installed Enclosure (I think). However, when I ...
1
vote
2answers
450 views

Enclojure NBM file turns out to be a folder

I'm trying to install Enclojure. I've downloaded the latest zip file from GitHub (http://github.com/EricThorsen/enclojure/downloads), but when I unzip it, I get a folder ending in .nbm, not a file. ...
0
votes
2answers
38 views

How i can add jdk to dependencies in enclojure-project?

Netbeans 6.9.1, Enclojure (Netbeans's GUI question) I want to use standard java libraries in my clojure code (e.g swing), but project's folder 'Libraries' contains clojure's dependencies only (3 ...
0
votes
1answer
203 views

How do I create a “Clojure Application” project in Netbeans 6.9.1

in Netbeans 6.8 / Enclojure 1.1.3 I have an option for "Clojure Application" when I create a new project. In Netbeans 6.9.1 / Enclojure 1.4(?) this option doesn't appear and instead there is the ...