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

2009-03-17 Thread mac
On Mar 17, 4:54 am, Paul Mooser taron...@gmail.com 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

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

2009-03-17 Thread Tassilo Horn
Paul Mooser taron...@gmail.com 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,

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

2009-03-17 Thread Elena
On Mar 17, 1:27 am, Jeffrey Straszheim straszheimjeff...@gmail.com 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

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

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

2009-03-17 Thread Elena
On Mar 17, 12:43 pm, Luc Prefontaine lprefonta...@softaddicts.ca 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

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

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

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

2009-03-17 Thread Tassilo Horn
Paul Mooser taron...@gmail.com 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

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 tass...@member.fsf.org wrote: Paul  Mooser taron...@gmail.com writes: Hi Paul, It's actually fairly straightforward. In my (ordinary java) Take a look at this blog post:

I got to use Clojure at work today !!!

2009-03-16 Thread Jeffrey Straszheim
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.) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Clojure group. To post to

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 vfo...@gmail.com wrote: Personal project at work, or part of something bigger? On Mar 16, 9:27 pm, Jeffrey Straszheim straszheimjeff...@gmail.com wrote: Only to do a tiny little test

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