guile-srfi-123

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit dcf86d5bb273202bec3de2fef0b6a040392ac331
parent 427ef7829eb6a1e46f099820e6d149108e71baca
Author: Arthur A. Gleckler <srfi@speechcode.com>
Date:   Sat,  5 Sep 2015 13:13:17 -0700

Publish eighth draft.

(I accidentally called it #7 in previous commit.)

Diffstat:
Msrfi-123.html | 1+
Msrfi-123.md | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/srfi-123.html b/srfi-123.html @@ -26,6 +26,7 @@ class="antispam">nospam</span>srfi.schemers.org</a></code>. To subscribe to the <li>Draft #5 published: 2015/8/23 (code changes only)</li> <li>Draft #6 published: 2015/8/24</li> <li>Draft #7 published: 2015/8/26</li> +<li>Draft #8 published: 2015/9/5</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 &quot;collection&quot; 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 @@ -29,6 +29,7 @@ You can access previous messages via the mailing list - Draft #5 published: 2015/8/23 (code changes only) - Draft #6 published: 2015/8/24 - Draft #7 published: 2015/8/26 + - Draft #8 published: 2015/9/5 Abstract