Re: Newbie Eclipse REPL question

2009-08-26 Thread Seth.Powsner
On Aug 24, 12:22 pm, Laurent PETIT laurent.pe...@gmail.com 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

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