guile-srfi-123

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

commit 92d69b03ef3899d0352802fc9ad5bf526c1f57b1
parent 48685d081869173e76b1c90a0945ffd8097dd9b7
Author: Arthur A. Gleckler <srfi@speechcode.com>
Date:   Wed, 14 Oct 2015 14:59:27 -0700

Finalize SRFI 123.

Diffstat:
Mindex.html | 2+-
Msrfi-123.html | 4+++-
Msrfi-123.md | 7+++++--
3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/index.html b/index.html @@ -13,7 +13,7 @@ <menu> <li><a href="srfi-123.html">The SRFI Document</a></li> <li><a href="http://srfi-email.schemers.org/srfi-123/">Discussion Archive</a></li> - <li>status: <em>draft</em></li> + <li>status: <em>final</em></li> <li><a href="https://github.com/scheme-requests-for-implementation/srfi-123">Git repo</a></li></menu> <form class="subscription" method="POST" action="http://www.simplelists.com/subscribe.php"> diff --git a/srfi-123.html b/srfi-123.html @@ -15,7 +15,8 @@ <h2 id="author">Author</h2> <p>Taylan Ulrich Bayırlı/Kammer, taylanbayirli at Google Mail</p> <h2 id="status">Status</h2> -<p>This SRFI is currently in <em>draft</em> status. Here is <a href="http://srfi.schemers.org/srfi-process.html">an explanation</a> of each status that a SRFI can hold. To provide input on this SRFI, please send email to <code><a href="mailto:srfi minus 123 at srfi dot +<p>This SRFI is currently in <em>final</em> status. Here is <a href="http://srfi.schemers.org/srfi-process.html">an explanation</a> of each status that a SRFI can hold.</p> +<p>To provide input on this SRFI, please send email to <code><a href="mailto:srfi minus 123 at srfi dot schemers dot org">srfi-123@<span class="antispam">nospam</span>srfi.schemers.org</a></code>. To subscribe to the list, follow <a href="http://srfi.schemers.org/srfi-list-subscribe.html">these instructions</a>. You can access previous messages via the mailing list <a href="http://srfi-email.schemers.org/srfi-123">archive</a>.</p> <ul> @@ -29,6 +30,7 @@ class="antispam">nospam</span>srfi.schemers.org</a></code>. To subscribe to the <li>Draft #7 published: 2015/8/26</li> <li>Draft #8 published: 2015/9/5</li> <li>Draft #9 published: 2015/9/7</li> +<li>Finalized: 2015/10/4</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 @@ -9,9 +9,11 @@ Taylan Ulrich Bayırlı/Kammer, taylanbayirli at Google Mail Status ------ -This SRFI is currently in <em>draft</em> status. Here is +This SRFI is currently in *final* status. Here is [an explanation](http://srfi.schemers.org/srfi-process.html) of each -status that a SRFI can hold. To provide input on this SRFI, please +status that a SRFI can hold. + +To provide input on this SRFI, please send email to <code><a href="mailto:srfi minus 123 at srfi dot schemers dot org">srfi-123@<span class="antispam">nospam</span>srfi.schemers.org</a></code>. To @@ -30,6 +32,7 @@ You can access previous messages via the mailing list - Draft #7 published: 2015/8/26 - Draft #8 published: 2015/9/5 - Draft #9 published: 2015/9/7 + - Finalized: 2015/10/4 Abstract