guile-srfi-123

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

commit feca026301746ec7674761325e73aef9f3b38424
parent 372de8e58a5a5cb30d36c34614fc468c3bd1191a
Author: Arthur A. Gleckler <srfi@speechcode.com>
Date:   Sun, 16 Aug 2015 19:50:45 -0700

Publish second draft.

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 @@ -20,6 +20,7 @@ class="antispam">nospam</span>srfi.schemers.org</a></code>. To subscribe to the <ul> <li>Received: 2015/8/14</li> <li>Draft #1 published: 2015/8/15</li> +<li>Draft #2 published: 2015/8/16</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 <code>ref</code> and <code>set!</code> operators.</p> diff --git a/srfi-123.md b/srfi-123.md @@ -23,6 +23,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 Abstract