Re: Newbie Eclipse REPL question

2009-08-27 Thread Laurent PETIT
Sorry, I still have difficulties to understand the use case. Maybe you could elaborate on what you think a programming session with this feature could be. Anyway, for the moment you could still use (System/exit 0), but I'm rather sure it's too simplistic and misses the point you're trying to expla

Re: Newbie Eclipse REPL question

2009-08-26 Thread Seth.Powsner
On Aug 24, 12:22 pm, Laurent PETIT wrote: > There's a simpler way : just invoke "Run as clojure REPL" on the project > node in the project explorer, and you will have a new Launch configuration > created with the name of the project (and it will, obviously, be launched as > well and available

Re: Newbie Eclipse REPL question

2009-08-24 Thread Laurent PETIT
Hello, 2009/8/23 Seth.Powsner > > Is there some simple way to spin-up the REPL and start stepping > through top-level expressions in a source file? > (I've probably missed something simple.) > > Background-- Eclipse 3.4.2 is running on my MacBook under OS 10.4.11. > Works fine for a little Java

Newbie Eclipse REPL question

2009-08-23 Thread Seth.Powsner
Is there some simple way to spin-up the REPL and start stepping through top-level expressions in a source file? (I've probably missed something simple.) Background-- Eclipse 3.4.2 is running on my MacBook under OS 10.4.11. Works fine for a little Java programming. Wanted to get back to programmin