Re: Embed Clojure in OSGi Bundles

2009-01-26 Thread Gaetan Morice
2009/1/26 Laurent PETIT > 2009/1/26 gaetan > >> On 26 jan, 13:29, Laurent PETIT wrote: >> > Hello Gaetan, >> > >> > Thanks for the shared code. I think that for a first version in >> clojuredev, >> > I'll too just implement the full builder, and wait for performance >> problems >> > before wri

Re: Embed Clojure in OSGi Bundles

2009-01-26 Thread Laurent PETIT
2009/1/26 gaetan > On 26 jan, 13:29, Laurent PETIT wrote: > > Hello Gaetan, > > > > Thanks for the shared code. I think that for a first version in > clojuredev, > > I'll too just implement the full builder, and wait for performance > problems > > before writing an incremental one (thus saving d

Re: Embed Clojure in OSGi Bundles

2009-01-26 Thread gaetan
On 26 jan, 13:29, Laurent PETIT wrote: > Hello Gaetan, > > Thanks for the shared code. I think that for a first version in clojuredev, > I'll too just implement the full builder, and wait for performance problems > before writing an incremental one (thus saving development time for adding > oth

Re: Embed Clojure in OSGi Bundles

2009-01-26 Thread Laurent PETIT
Hello Gaetan, Thanks for the shared code. I think that for a first version in clojuredev, I'll too just implement the full builder, and wait for performance problems before writing an incremental one (thus saving development time for adding other functionalities right now). BUT I think I'll not f

Re: Embed Clojure in OSGi Bundles

2009-01-26 Thread Laurent PETIT
Thank you very much ! 2009/1/26 gaetan > > > On 23 jan, 20:57, Laurent PETIT wrote: > > OK, I understand better now, I think. > > > > Did you experience the problems you have exposed ? Or is it an > anticipation > > of problems ? > > > > Yes I directly experience the problem when I first implem

Re: Embed Clojure in OSGi Bundles

2009-01-26 Thread gaetan
On 23 jan, 20:57, Laurent PETIT wrote: > OK, I understand better now, I think. > > Did you experience the problems you have exposed ? Or is it an anticipation > of problems ? > Yes I directly experience the problem when I first implement a Clojure REPL inside Eclipse and do not have access to s

Re: Embed Clojure in OSGi Bundles

2009-01-23 Thread Laurent PETIT
OK, I understand better now, I think. Did you experience the problems you have exposed ? Or is it an anticipation of problems ? If so, can you expose the tests data, so that one can also experiment with them ? 2009/1/23 Gaetan Morice > Hello Laurent, > thank you for your interest. > > 2009/1/2

Re: Embed Clojure in OSGi Bundles

2009-01-23 Thread Gaetan Morice
Hello Laurent, thank you for your interest. 2009/1/23 Laurent PETIT > Hello Gaetan, > > I'm one of the core developers of clojuredev, an open source project whose > goal is to provide clojure support for the Eclipse IDE. > What you say below is interesting, please see what I have noted inline --

Re: Embed Clojure in OSGi Bundles

2009-01-23 Thread Laurent PETIT
Hello Gaetan, I'm one of the core developers of clojuredev, an open source project whose goal is to provide clojure support for the Eclipse IDE. What you say below is interesting, please see what I have noted inline --> 2009/1/23 gaetan > > Hi everybody, > > I am working in a software company s

Embed Clojure in OSGi Bundles

2009-01-23 Thread gaetan
Hi everybody, I am working in a software company specialized in Eclipse based product development (and member of the Eclipse Fundation). We are very interesting in clojure features and we plan to use it in some of our products. I am currently working on clojure integration in OSGi Bundles in orde