With Squeak3.8.1-6747 it was possible to write to stdout like this
|stdout|
stdout := FileStream fileNamed: '/dev/stdout'.
stdout nextPutAll: 'stuff'.
That no longer seems to work with Squeak-3.9-8 on Linux.
Is there a new way to write/read from stdout/stdin?
____________________________________________________________________________________
Never miss an email again!
Yahoo! Toolbar alerts you the instant new Mail arrives.
http://tools.search.yahoo.com/toolbar/features/mail/_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners