Re: I got to use Clojure at work today !!!

2009-03-17 Thread Victor Rodriguez
On Tue, Mar 17, 2009 at 12:21 PM, Tassilo Horn wrote: > > Paul  Mooser writes: > > Hi Paul, > >> It's actually fairly straightforward. In my (ordinary java) Take a look at this blog post: http://avodonosov.blogspot.com/2008/12/simpler-clojureslime-embedding.html I think you will find it useful

Re: I got to use Clojure at work today !!!

2009-03-17 Thread Tassilo Horn
Paul Mooser writes: Hi Paul, > It's actually fairly straightforward. In my (ordinary java) > application, I create a thread which loads a clojure program passed on > the command line (I don't have the source in front of me, but if you > need it, I can give you a hand), That would be great. >

Re: I got to use Clojure at work today !!!

2009-03-17 Thread Paul Mooser
It's actually fairly straightforward. In my (ordinary java) application, I create a thread which loads a clojure program passed on the command line (I don't have the source in front of me, but if you need it, I can give you a hand), and that program typically contains something like the following:

Re: I got to use Clojure at work today !!!

2009-03-17 Thread Luc Prefontaine
Sometimes I feel lucky to be able to take my own decisions and turn our development strategy on a dime :. My partners rely on me for these decisions and we never regretted one so far. 1.0 should not be too far away so your waiting is near it's end... :))) Luc On Tue, 2009-03-17 at 07:23 -070

Re: I got to use Clojure at work today !!!

2009-03-17 Thread Elena
On Mar 17, 12:43 pm, Luc Prefontaine wrote: > It depends which SVN release you use. We pulled version 1242 and went to > production with it. > It's used in services running non stop 24/24 7 days a week. No crashes, > no glitches, ... I didn't mean I don't trust the current runtime. I was referri

Re: I got to use Clojure at work today !!!

2009-03-17 Thread Luc Prefontaine
It depends which SVN release you use. We pulled version 1242 and went to production with it. It's used in services running non stop 24/24 7 days a week. No crashes, no glitches, ... That's before the lazy branch became the base for all future developments. Of course we were expecting some changes

Re: I got to use Clojure at work today !!!

2009-03-17 Thread Elena
On Mar 17, 1:27 am, Jeffrey Straszheim wrote: > Only to do a tiny little test w/ not-deployed code.  But still: I am a > professional Clojure developer now :) > (Please don't kill my dream.) Me too ^_^ I'm writing an automated test suite for a legacy application I've been assigned. I wouldn't

Re: I got to use Clojure at work today !!!

2009-03-17 Thread Tassilo Horn
Paul Mooser writes: Hi Paul, > I've been using clojure in a similar way at work. I run a swank server > in a separate thread inside of a running application instance, and I > can connect to it remotely using SLIME. It works pretty well! I could benefit from such an approach, too. Could you e

Re: I got to use Clojure at work today !!!

2009-03-17 Thread mac
On Mar 17, 4:54 am, Paul Mooser wrote: > I've been using clojure in a similar way at work. I run a swank server > in a separate thread inside of a running application instance, and I > can connect to it remotely using SLIME. It works pretty well! Me too, I put a swank server in a webapp and dep

Re: I got to use Clojure at work today !!!

2009-03-16 Thread Paul Mooser
I've been using clojure in a similar way at work. I run a swank server in a separate thread inside of a running application instance, and I can connect to it remotely using SLIME. It works pretty well! --~--~-~--~~~---~--~~ You received this message because you are

Re: I got to use Clojure at work today !!!

2009-03-16 Thread Jeffrey Straszheim
Just using the REPL to test some Java code interactively. On Mon, Mar 16, 2009 at 9:44 PM, Vincent Foley wrote: > > Personal project at work, or part of something bigger? > > On Mar 16, 9:27 pm, Jeffrey Straszheim > wrote: > > Only to do a tiny little test w/ not-deployed code. But still: I am

Re: I got to use Clojure at work today !!!

2009-03-16 Thread Vincent Foley
Personal project at work, or part of something bigger? On Mar 16, 9:27 pm, Jeffrey Straszheim wrote: > Only to do a tiny little test w/ not-deployed code.  But still: I am a > professional Clojure developer now :) > (Please don't kill my dream.) --~--~-~--~~~---~--~--