Re: Clojure init & class loader

2008-10-17 Thread Iwan van der Kleijn
2008/10/17 [EMAIL PROTECTED] <[EMAIL PROTECTED]> > > I've done some work on jedit clojure too, if you're interested I'll > send what i have. I have quite a lot working in fact but it's a bit > flaky - repl, stolen method tree from enclojure, run scripts, syntax > highlighting generator Ok, that

Re: Clojure init & class loader

2008-10-17 Thread [EMAIL PROTECTED]
I've done some work on jedit clojure too, if you're interested I'll send what i have. I have quite a lot working in fact but it's a bit flaky - repl, stolen method tree from enclojure, run scripts, syntax highlighting generator. I'm actually using emacs now, so i'm not sure I'll get back to it, i

Re: Clojure init & class loader

2008-10-17 Thread Rich Hickey
On Oct 17, 9:01 am, Stuart Halloway <[EMAIL PROTECTED]> wrote: > I haven't looked at the jEdit source, but the whole *purpose* of the > context loader is to avoid having to have explicit configuration APIs > for class loaders. It sounds like it would make more sense to patch > jEdit to set the c

Re: Clojure init & class loader

2008-10-17 Thread Stuart Halloway
I haven't looked at the jEdit source, but the whole *purpose* of the context loader is to avoid having to have explicit configuration APIs for class loaders. It sounds like it would make more sense to patch jEdit to set the context loader appropriately That being said, editor integration is

Clojure init & class loader

2008-10-17 Thread Iwan van der Kleijn
I am working on a Clojure plugin for jEdit. Currently you can use Clojure source as jEdit macros and evaluate source directly from a buffer. Next step is the incorporation of a REPL. The first try proved to be a bit more troublesome than I had expected. Apart from me being wrong footed by jEdit´s

Clojure init & class loader

2008-10-17 Thread soyrochus
I am working on a Clojure plugin for jEdit. Currently you can use Clojure source as jEdit macros and evaluate source directly from a buffer. Next step is the incorporation of a REPL. The first try proved to be a bit more troublesome than I had expected. Apart from me being wrong footed by jEdit´s