[r6rs-discuss] [Formal] Have put-datum append atmosphere

From: Alan Watson <alan>
Date: Wed, 30 May 2007 14:13:51 -0500

---
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.
Received on Wed May 30 2007 - 15:13:51 UTC

This archive was generated by hypermail 2.3.0 : Wed Oct 23 2024 - 09:15:01 UTC