[r6rs-discuss] [Formal] Have put-datum append atmosphere
Alan Watson
alan at alan-watson.org
Wed May 30 15:13:51 EDT 2007
---
This message is a formal comment which was submitted to formal-comment at r6rs.org, following the requirements described at: http://www.r6rs.org/process.html
---
Submitter: Alan Watson
Email address: alan at alan-watson.org
Issue type: Enhancement
Priority: Minor
Component: Library Chapter 8
Version: 5.93
Summary: Have put-datum append atmosphere
An important use of put-datum (or write) is to store data in a form that
can subsequently by recovered by get-datum (or read).
Currently, after certain data, one has to call something like (newline)
after put-datum in order to be sure of correctly separating the data.
I would suggest that put-datum behave in such a way that the data
written by two consecutive calls to put-datum can always be read by two
consecutive calls to get-datum. This will require atmosphere to be
appended in some cases.
More information about the r6rs-discuss
mailing list