I stumbled upon Clojure in a search for a scripting language for
the JVM that was more functional in style than the rest, and although
it isn't really a "scripting language," I really, really like its
feature set. Unfortunately, I really, really dislike emacs (every
option for the Mac I use is terrible), and the Vim/Gorilla thing was
not working, so I gave up on Clojure until I found Clojure-dev.
Eclipse is my favorite IDE and I am comfortable with it, so this plug-
in seemed great. I was considering writing my own using the amazing
Groovy plug-in as a base, but Clojure-dev seemed a lot easier at the
time.
I have encountered a number of problems (as is to be expected from
version 0.0.7). Although it took some work, with a few changes to the
source code, and with build order for clojure.jar having to be above
the JRE, which in turn had to be J2SE-1.5, I got the plug-in to build
without errors. However, when I ran the plug-in as part of a new
Eclipse window, "New Clojure Project" showed up as an option but could
not be started (the error is "The selected wizard could not be
started.
Plug-in clojuredev was unable to load class
clojuredev.wizards.NewClojureProjectWizard.
An error occurred while automatically activating bundle clojuredev
(416).
").
Is anyone familiar enough with Eclipse or Clojure-dev to help out here?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---