On Thu, Jan 21, 2010 at 5:14 PM, Mohamed Bana <[email protected]> wrote:
> Reinier, hi, excellent post. Just to clarify; so you're saying you'd > rather use a debugger than use a REPL? For instance you'd use a debugger > as opposed to launching the REPL and doing > > scala> List(1,2,3).zipWithIndex > res1: List[(Int, Int)] = List((1,0), (2,1), (3,2)) > > and seeing the output in the console. > The closest I've come to an in-IDE Java REPL is the Infinitest plugin for Eclipse. Moandji--
You received this message because you are subscribed to the Google Groups "The Java Posse" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
