diff options
| author | 2022-12-10 18:51:47 -0800 | |
|---|---|---|
| committer | 2022-12-10 18:51:47 -0800 | |
| commit | da513e25c5e57c815003690dd0c13fa12f3d8642 (patch) | |
| tree | 23dc249b5d6d5d026754b5981bca4834f1ef0e3d | |
| parent | copy edits (diff) | |
Finalize.final
| -rw-r--r-- | README.org | 2 | ||||
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | srfi-228.html | 8 |
3 files changed, 4 insertions, 8 deletions
@@ -9,7 +9,7 @@ keywords: [[https://srfi.schemers.org/?keywords=comparison][Comparison]] This repository hosts [[https://srfi.schemers.org/srfi-228/][SRFI 228]]: Composing Comparators, a [[https://srfi.schemers.org/][Scheme Request for Implementation]]. -This SRFI is in /draft/ status. +This SRFI is in /final/ status. See also [[/srfi-128/][SRFI 128: Comparators (reduced)]] and [[/srfi-162/][SRFI 162: Comparators sublibrary]]. The full documentation for this SRFI can be found in the [[https://srfi.schemers.org/srfi-228/srfi-228.html][SRFI Document]]. @@ -13,7 +13,7 @@ <h1>SRFI 228: Composing Comparators</h1> <p class="authors">by Daphne Preston-Kendal</p> <p class="based-on"></p> - <p class="status">status: <em>draft</em> (2021-08-28)</p> + <p class="status">status: <em>final</em> (2022-12-10)</p> <p class="keywords">keywords: <a href="https://srfi.schemers.org/?keywords=comparison">Comparison</a></p><span class="see-also">See also <a href="/srfi-128/">SRFI 128: Comparators (reduced)</a> and <a href="/srfi-162/">SRFI 162: Comparators sublibrary</a>.</span> <ul class="info"> <li><a href="srfi-228.html">The SRFI Document</a></li> diff --git a/srfi-228.html b/srfi-228.html index 5fc7456..18d14a5 100644 --- a/srfi-228.html +++ b/srfi-228.html @@ -25,15 +25,15 @@ <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+228+at+srfi+dotschemers+dot+org">srfi-228@<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-228">archive</a>.</p> +<p>This SRFI is currently in <em>final</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+228+at+srfi+dotschemers+dot+org">srfi-228@<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-228">archive</a>.</p> <ul> <li>Received: 2021-08-28</li> - <li>60-day deadline: 2021-10-30</li> <li>Draft #1 published: 2021-08-31</li> <li>Draft #2 published: 2022-02-26</li> <li>Draft #3 published: 2022-11-14</li> <li>Draft #4 published: 2022-11-30</li> <li>Draft #5 published: 2022-12-09</li> + <li>Finalized: 2022-12-10</li> </ul> <h2 id="abstract">Abstract</h2> @@ -42,10 +42,6 @@ <p>Best enjoyed in combination with <a href="https://srfi.schemers.org/srfi-162/">SRFI 162</a>. -<h2 id="issues">Issues</h2> - -<p>No remaining issues. - <h2 id="rationale">Rationale</h2> <p>A typical pattern for defining comparison behaviour for record types and other user-defined Scheme types is some form of lexicographical order over their member slots. The comparator abstraction of SRFI 128 has useful potential for reducing the code bulk of defining such comparison behaviours. This library is intended to take advantage of that potential. |
