- input-port->lazy-seq port readprocedure
Returns a lazy-seq of the results of applying read to port (which must be an input port). The sequence terminates when read returns #!eof. The port is not closed automatically by this procedure.
Returns a lazy-seq of the results of applying read to port (which must be an input port). The sequence terminates when read returns #!eof. The port is not closed automatically by this procedure.