• Scieneer Common Lisp 1.3.9 online documentation

    make-echo-stream input-stream output-stream[Function]

    Returns a bidirectional stream which gets its input from input-stream and sends its output to output-stream. In addition, all input is echoed to the output-stream. The element types are copied from the input-stream and output-stream. The stream input and output are always unbuffered.

  •