Re: Clojure Eclipse plugin progress (clojure-dev)

2008-10-14 Thread Casey Marshall
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

Re: Clojure Eclipse plugin progress (clojure-dev)

2008-10-14 Thread Casey Marshall
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

Re: Clojure Eclipse plugin progress (clojure-dev)

2008-10-14 Thread Casey Marshall
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

Clojure Eclipse plugin progress (clojure-dev)

2008-10-14 Thread Casey Marshall
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