diff options
author | 2021-06-26 23:17:13 -0700 | |
---|---|---|
committer | 2021-07-18 20:23:06 -0700 | |
commit | eddb5ea9684344866e47b9c3fb1cdc5daef068cd (patch) | |
tree | 0d62a167e7ac9e0d7434668b0ccad4427c7aecb6 /srfi-225.html | |
parent | Ignore trailing whitespace. (diff) |
Publish first draft.draft-1
Diffstat (limited to '')
-rw-r--r-- | srfi-225.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/srfi-225.html b/srfi-225.html index 5f2703c..4dc4d22 100644 --- a/srfi-225.html +++ b/srfi-225.html @@ -13,6 +13,16 @@ <h2 id="status">Status</h2> +<p>This SRFI is currently in <em>draft</em> status. Here is <a href="https://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+225+at+srfi+dotschemers+dot+org">srfi-225@<span class="antispam">nospam</span>srfi.schemers.org</a></code>. To subscribe to the list, follow <a href="https://srfi.schemers.org/srfi-list-subscribe.html">these instructions</a>. You can access previous messages via the mailing list <a href="https://srfi-email.schemers.org/srfi-225">archive</a>.</p> +<ul> + <li>Received: 2021-06-26</li> + <li>60-day deadline: 2021-09-16</li> + <li>Draft #1 published: 2021-07-18</li> + <li>John Cowan's <a href="https://github.com/pre-srfi/dictionaries">personal + Git repo for this SRFI</a> for reference while the SRFI is in + <em>draft</em> status (<a href="https://htmlpreview.github.io/?https://github.com/pre-srfi/dictionaries/blob/master/srfi-225.html">preview</a>)</li> +</ul> + <h2 id="abstract">Abstract</h2> The procedures of this SRFI allow callers to |