Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 414 Bytes

read.md

File metadata and controls

22 lines (13 loc) · 414 Bytes

Read Library

The (scheme read) library provides procedures for reading Scheme objects.

For more information see the R7RS Scheme Specification.

read

(read)
(read port)

Read a single Scheme object from the input port.

read-all

(read-all)
(read-all port)

Read all objects from a port and return them as a list.