[Larceny-users] process broken?

William D Clinger will at ccs.neu.edu
Sat Jun 21 21:01:35 EDT 2008


> I am trying to use the 'process proc in "lib/Standard/unix.scm".
>
> Can someone help me out?

Your immediate problem is that the two ports created
by process are binary ports, not textual ports.	 (The
error message for write-char should have said	its
argument was not a textual output port.  I changed
that error message just	now in response	to your	bug
report.)

Using binary i/o, however, I encounter yet another
problem: a broken pipe when I attempt to flush or to
close the output port.	I don't	see anything obviously
wrong with the code, so I'm going to ask Felix about
this.

Will



More information about the Larceny-users mailing list