Run ./factor -run=listener... USING: io.encodings.utf8 io.sockets concurrency.combinators ; "mud.arctic.org" 2700 utf8 swap dup { [ [ [ print flush ] each-line ] with-input-stream ] [ [ [ print flush ] each-line ] with-output-stream ] } parallel-cleave