chickadee » srfi-41 » port->stream

port->stream #!optional PORT READERprocedure

Streams the PORT until #!eof}. The {{PORT is not closed.

PORT
input-port ; default (current-input-port)
READER
(port -> (or eof-object *)) ; default read-char