read-with-shared-structure[procedure] read-with-shared-structure [port]
SRFI-38: Parses the external representation of a Scheme object
reading from port, possibly handling the shared structure
notation such as #1= and #1#.
Some implementations may have a shorter name read/ss? as well.
Some implementations extend its builtin read to handle the
shared structure.
|