Re: Using a Java Debugger with Clojure

2008-10-29 Thread Luc Prefontaine
success. > >> > >> Scott Hickey > >> Senior Consultant > >> Object Partners, Inc. > >> > >> > >> > >> - Original Message > >> From: Bill Clementson <[EMAIL PROTECTED]> > >> To: clojure@googlegro

Re: Using a Java Debugger with Clojure

2008-10-29 Thread Stuart Halloway
artners, Inc. >> >> >> >> - Original Message >> From: Bill Clementson <[EMAIL PROTECTED]> >> To: clojure@googlegroups.com >> Sent: Tuesday, October 28, 2008 1:43:58 PM >> Subject: Re: Using a Java Debugger with Clojure >> >> >

Re: Using a Java Debugger with Clojure

2008-10-29 Thread Luc Prefontaine
nt > Object Partners, Inc. > > > > - Original Message > From: Bill Clementson <[EMAIL PROTECTED]> > To: clojure@googlegroups.com > Sent: Tuesday, October 28, 2008 1:43:58 PM > Subject: Re: Using a Java Debugger with Clojure > > > Hi Peter, >

Re: Using a Java Debugger with Clojure

2008-10-28 Thread Scott Hickey
m Sent: Tuesday, October 28, 2008 1:43:58 PM Subject: Re: Using a Java Debugger with Clojure Hi Peter, On Tue, Oct 28, 2008 at 11:27 AM, Peter Wolf <[EMAIL PROTECTED]> wrote: > > Hello all, > > I am new to Clojure, but not Java or LISP (I used to work at LMI). > > I am cons

Re: Using a Java Debugger with Clojure

2008-10-28 Thread Bill Clementson
Hi Peter, On Tue, Oct 28, 2008 at 11:27 AM, Peter Wolf <[EMAIL PROTECTED]> wrote: > > Hello all, > > I am new to Clojure, but not Java or LISP (I used to work at LMI). > > I am considering a project written in a mixture of Clojure, Java and > Groovy. Clojure for the concurrent inner loop. Groov

Using a Java Debugger with Clojure

2008-10-28 Thread Peter Wolf
Hello all, I am new to Clojure, but not Java or LISP (I used to work at LMI). I am considering a project written in a mixture of Clojure, Java and Groovy. Clojure for the concurrent inner loop. Groovy/Grails for the Web UI. And lots of Java reused from other projects. How would I debug somet