[squeak-dev] Windows, stdin, stdout

Alistair Grant akgrant0710 at gmail.com
Sat Apr 7 19:32:31 UTC 2018


On 7 April 2018 at 20:29, K K Subbu <kksubbu.ml at gmail.com> wrote:
> On Saturday 07 April 2018 08:14 PM, Eliot Miranda wrote:
>>
>> $ cd image
>> $ ./buildspurtrunkreaderimage.sh
>> $ myvm spurreader.image
>> squeak> 3 + 4!
>> 7
>> squeak> Smalltalk quit!
>
>
> Nice. This can become a good smoke test at the end of the build*.sh:
>
> /bin/echo -e '14*3!\nSmalltalk quit!' | $VM spurreader.image
>
> Now there's the answer to life, the universe and everything ;-)
>
> Regards .. Subbu


Interesting idea...  But even the old VM doesn't provide the answer.

Piped input is working in general with my new test VM.  I'll have to
figure out why the reader image doesn't handle it.

Thanks,
Alistair


More information about the Squeak-dev mailing list