Re: Clojure Eclipse plugin progress (clojure-dev)

2008-11-26 Thread lpetit
Hello, In order to help a poor javaish like me go straight to the point with what emacs offers concerning what you say below (sexpr ...), what would you consider the best link to follow and read to understand the functionalities, and have the keyboard shortcuts. Indeed, I intend to (humbly) do s

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/implement > Eclipse platform class

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 JumpingJupiter
> I humbly present my first steps toward an Clojure Eclipse plugin > (http://code.google.com/p/clojure-dev/). It seems your writing your plug-in in java. I don't know anything about Eclipse plug-ins; it should be possible (maybe not desirable) to write the plug-in in clojure right? what are your

Re: Clojure Eclipse plugin progress (clojure-dev)

2008-10-14 Thread Casey Marshall
Thanks Markus, I agree, awareness of sexps will be very important. Sounds like I have some research to do with clojure-mode. Casey On Oct 14, 8:27 am, mac <[EMAIL PROTECTED]> wrote: > I use eclipse daily at work so I'm pretty used to it, would be very > nice with a clojure plugin. > Are you tak

Re: Clojure Eclipse plugin progress (clojure-dev)

2008-10-14 Thread mac
I use eclipse daily at work so I'm pretty used to it, would be very nice with a clojure plugin. Are you taking feature requests? If you are, here is mine: I like a good IDE as much as anyone but so far I have been using emacs with Jeffrey Chu's clojure-mode (http://clojure.codestuffs.com/). Comin

Re: Clojure Eclipse plugin progress (clojure-dev)

2008-10-14 Thread Stefan Liebig
Great, this sounds really nice. I will have a look at it. I created a clojure library bundle from the clojure.jar and a second bundle that depends on the first. The seconds bundle activator calls two clojure functions for start and stop of the bundle passing the BundleContext to the clojure funct

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