Well, there's also gen-class... I'm still getting to know clojure...
On Oct 14, 1:35 pm, Casey Marshall <[EMAIL PROTECTED]> wrote:
> Writing Eclipse plugins in Clojure is very interesting is a long term
> goal. In order to pull that off, I would need to extend/implem
Writing Eclipse plugins in Clojure is very interesting is a long term
goal. In order to pull that off, I would need to extend/implement
Eclipse platform classes and interfaces in Clojure, and export these
classes in an Eclipse plugin, which is an OSGi bundle.
Scala rewrote their Eclipse plugin i
eclipse at work because it doesn't
> really offer much more than syntax highlightning and inserting some
> brackets (yes code completion is great and all but not really an
> editor feature in the sense I mean here).
>
> To sum up a very wordy post: if you could make the editor
Hi,
I humbly present my first steps toward an Clojure Eclipse plugin
(http://code.google.com/p/clojure-dev/). So far, here's where its at:
* Clojure nature, project type and builder (which doesn't do much
yet).
* Added a Clojure REPL to the console. You can open it with the "New
Console" button