commit a6f77aabdfd2d03685b4c5601fc87f41a398d937
parent ef46486ce90329f53a0edca4c51dee07209b7293
Author: Arthur A. Gleckler <srfi@speechcode.com>
Date: Mon, 17 Aug 2015 08:46:55 -0700
Publish third draft.
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/srfi-123.html b/srfi-123.html
@@ -21,6 +21,7 @@ class="antispam">nospam</span>srfi.schemers.org</a></code>. To subscribe to the
<li>Received: 2015/8/14</li>
<li>Draft #1 published: 2015/8/15</li>
<li>Draft #2 published: 2015/8/16</li>
+<li>Draft #3 published: 2015/8/17</li>
</ul>
<h2 id="abstract">Abstract</h2>
<p>Lisp dialects including Scheme have traditionally lacked short, simple, generic syntax for accessing and modifying the fields of arbitrary "collection" objects. We fill this gap for Scheme by defining generalized accessors, and an associated SRFI-17 setter.</p>
diff --git a/srfi-123.md b/srfi-123.md
@@ -24,6 +24,7 @@ You can access previous messages via the mailing list
- Received: 2015/8/14
- Draft #1 published: 2015/8/15
- Draft #2 published: 2015/8/16
+ - Draft #3 published: 2015/8/17
Abstract