I mean a stream you can write to, and when you read from it, the same comes out. Basically as in the example make-two-way-stream, but with less angering me by showing it can be done but only giving an horribly crappy way.
Basically i want a function that makes `(make-two-way-stream (make-string-input-stream "") (make-string-output-stream))` that makes an object so that `(close that-object)` ...closes it.
