[squeak-dev] [ANN] The Squeak Shell

Tobias Pape Das.Linux at gmx.de
Mon Jul 11 14:44:47 UTC 2016


On 11.07.2016, at 15:18, Tony Garnock-Jones <tonyg at ccs.neu.edu> wrote:

> On 2016-07-11 6:44 AM, marcel.taeumel wrote:
>> I did try to use stdin and stdout, but it is blocking for an
>> empty input.
> 
> This sounds like the problems I was having reading from /dev/... files.
> 
> Perhaps the OSProcess-nonblocking-style solution I was using there could
> also work for this case:
> http://lists.squeakfoundation.org/pipermail/squeak-dev/2016-June/190051.html
> 
> Regards,
>  Tony

Or it's just buffered… That was the problem the SqueakREPL students were having
and why they switched to telnet: it's not (yet?) possible to set stdout and stdin
to unbuffered, let alone 'raw' (as opposed to 'cooked').

Best regards
	-Tobias


More information about the Squeak-dev mailing list