I have an Interpreter class that has a method named loop. This method takes two inputs, a java.io.Reader and a java.io.Writer. Until Reader provides input, it is read, evaluated, and printed to Writer.
For some reason loop does not sound like a good name for this method. I thought of repl but that doesn't sound too good either. What would be a better name for it?
process– palacsint Nov 1 '12 at 14:22