commit dd36ba72019c11ccffa641749ca7eeddef05d757
parent 8bf2e258387202503c236ba1cd1c7cd6453e92fd
Author: Arthur A. Gleckler <srfi@speechcode.com>
Date: Mon, 7 Sep 2015 19:23:41 -0700
Publish ninth draft.
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/srfi-123.html b/srfi-123.html
@@ -27,6 +27,7 @@ class="antispam">nospam</span>srfi.schemers.org</a></code>. To subscribe to the
<li>Draft #6 published: 2015/8/24</li>
<li>Draft #7 published: 2015/8/26</li>
<li>Draft #8 published: 2015/9/5</li>
+<li>Draft #9 published: 2015/9/7</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
@@ -30,6 +30,7 @@ You can access previous messages via the mailing list
- Draft #6 published: 2015/8/24
- Draft #7 published: 2015/8/26
- Draft #8 published: 2015/9/5
+ - Draft #9 published: 2015/9/7
Abstract