Handbook
Glossary
(process-writer) ( desc encoding -- stream process )
Vocabulary
io
.
launcher
.
private
Inputs
desc
an
object
encoding
an
object
Outputs
stream
an
object
process
an
object
Definition
USING:
accessors
combinators
destructors
io.encodings
io.launcher
io.ports
kernel
;
IN:
io.launcher.private
:
(process-writer)
( desc encoding -- stream process )
[
[
<process-with-pipe>
{
[
[
in>>
or
]
curry
change-stdin
]
[
drop
run-detached
]
[
in>>
dispose
]
[
out>>
<output-port>
]
}
cleave
]
dip
<encoder>
swap
]
with-destructors
;