I just started learning Clojure. I would like to use Netbeans but I have no idea how to setup a simple app the spits out anything. I followed the setup for the Enclojure plugin and everything seems good. Can anybody give a short tutorial or a hint to one on the setup.
Share
Prerequisites:
Project Setup:
Browse Project:
You’ll see:
Add:
and save.
Now Rightclick your project and choose “Build with Dependencies”, this should make Maven download the clojure and contrib libraries, and take care of the dependencies.
then