squeak printing?

Bert Freudenberg bert at isg.cs.uni-magdeburg.de
Fri Feb 8 13:32:05 UTC 2002


On Fri, 8 Feb 2002, Alan Kay wrote:

> OK, why isn't the print spooler a pseudofile?

IMHO, because it would be awkward to specify options for a pseudofile. 
Since on unix you can pipe the output of one program (your app) to the 
input of another program (the print spooler), it's as convenient as a 
pseudofile. You could in fact create a pseudofile ("named pipe") that 
looks like a file but connects to the spooler daemon.

-- Bert




More information about the Squeak-dev mailing list