This library provides predicates to support reading / writing of terms on a format designed to be:
The next term is read from current standard input and is unified with Term. The syntax of the term must agree with fast_read / fast_write format. If the end of the input has been reached, Term is unified with the term 'end_of_file'. Further calls to fast_read/1 will then cause an error.
The next term is read from Stream and unified with Term. The syntax of the term must agree with fast_read / fast_write format. If the end of the input has been reached, Term is unified with the term 'end_of_file'. Further calls to fast_read/2 will then cause an error.
Usage:
Output Term in a way that fast_read/1 and fast_read/2 will be able to read it back.
Output Term to Stream in a way that fast_read/1 and fast_read/2 will be able to read it back.
Usage: