On Jan 21, 2007, at 8:20 PM, Helder Ribeiro wrote: > Jonathan Allen wrote: >> >> I'm willing to bet that most of them don't understand how to >> effectively >> use a REPL loop, and that's fine if you look at it from their >> perspective. > > That's exactly right. I'm good using REPL for simple scripting, but I > can't think of a good way to use it for bigger things. Could you point > me (us) out some reading on how to use it for serious development? A big project is just a ton of little projects, once you chop it up. Test driven development is all about that, I think. James Edward Gray II