May 4, 2012
10:46 p.m.
Guillermo Polito wrote
Thanks for fixing :)
Sure! For fun, here's a REPL using no packages added to 1.4: [ command := FileStream stdin nextLine. command = 'exit' ] whileFalse: [ result := Compiler evaluate: command. FileStream stdout nextPutAll: result asString; lf ]. You just have to start from a terminal... Sean -- View this message in context: http://forum.world.st/Standard-input-in-Pharo-tp2173080p4610033.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.