About using squeak to script...

Lukas Renggli renggli at gmail.com
Sat Aug 12 09:53:37 UTC 2006


> > Once I wrote a plugin for Squeak to directly access the Posix
> > filesystem functions on Unix, because of the bugs with file-access in
> > Squeak. This also allowed to read and write to stdout, stdin and
> > stderr by performing the primitives on the file-handles 0, 1 and 2
> > respectively. I can show you that code if you like.
>
> Yes I want to see that.
> I think that having a StdOut class as in VW is realllllly cool.
> This way we can really use squeak to script!

The problem is, that something like stdout, stdin and stderr does not
exist on all platforms.

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch



More information about the Squeak-dev mailing list