Skip to content

Commit e4f675a

Browse files
Finalize SRFI 258.
1 parent 48442c0 commit e4f675a

File tree

3 files changed

+5
-15
lines changed

3 files changed

+5
-15
lines changed

Diff for: README.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords: [[https://srfi.schemers.org/?keywords=data-structure][Data Structure]]
1111

1212
This repository hosts [[https://srfi.schemers.org/srfi-258/][SRFI 258]]: Uninterned symbols, a [[https://srfi.schemers.org/][Scheme Request for Implementation]].
1313

14-
This SRFI is in /draft/ status.
14+
This SRFI is in /final/ status.
1515
See also [[/srfi-260/][SRFI 260: Generated Symbols]].
1616
The full documentation for this SRFI can be found in the [[https://srfi.schemers.org/srfi-258/srfi-258.html][SRFI Document]].
1717

Diff for: index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<h1>SRFI 258: Uninterned symbols</h1>
1616
<p class="authors">by Wolfgang Corcoran-Mathe</p>
1717
<p class="based-on"></p>
18-
<p class="status">status: <em>draft</em> (2025-01-23)</p>
18+
<p class="status">status: <em>final</em> (2025-03-26)</p>
1919
<p class="keywords">keywords: <a href="https://srfi.schemers.org/?keywords=data-structure">Data Structure</a></p><span class="see-also">See also <a href="/srfi-260/">SRFI 260: Generated Symbols</a>.</span>
2020
<ul class="info">
2121
<li><a href="srfi-258.html">The SRFI Document</a></li>

Diff for: srfi-258.html

+3-13
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,13 @@ <h1><a href="https://srfi.schemers.org/"><img class="srfi-logo" src="https://srf
3838

3939
<h2 id="status">Status</h2>
4040

41-
<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+258+at+srfi+dotschemers+dot+org">srfi-258@<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-258/">archive</a>.</p>
41+
<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+258+at+srfi+dotschemers+dot+org">srfi-258@<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-258/">archive</a>.</p>
4242
<ul>
4343
<li>Received: 2025-01-22</li>
44-
<li>60-day deadline: 2025-03-24</li>
45-
<li>Wolfgang's <a href="https://github.com/Zipheir/srfi-258">personal
46-
Git repo for this SRFI</a> for reference while the SRFI is in
47-
<em>draft</em> status (<a href="https://htmlpreview.github.io/?https://github.com/Zipheir/srfi-258/blob/main/srfi-258.html">preview</a>)</li>
4844
<li>Draft #1 published: 2025-01-23</li>
4945
<li>Draft #2 published: 2025-01-27</li>
5046
<li>Draft #3 published: 2025-02-24</li>
47+
<li>Finalized: 2025-03-26</li>
5148
</ul>
5249

5350
<h2 id="abstract">Abstract</h2>
@@ -61,7 +58,6 @@ <h2 id="abstract">Abstract</h2>
6158
<h2 id="table-of-contents">Table of Contents</h2>
6259

6360
<ul>
64-
<li><a href="#issues">Issues</a></li>
6561
<li><a href="#rationale">Rationale</a></li>
6662
<li><a href="#caveats">Caveats</a></li>
6763
<li><a href="#specification">Specification</a></li>
@@ -96,12 +92,6 @@ <h2 id="table-of-contents">Table of Contents</h2>
9692
<li><a href="#copyright">Copyright</a></li>
9793
</ul>
9894

99-
100-
<h2 id="issues">Issues</h2>
101-
102-
<p>None at present.</p>
103-
104-
10595
<h2 id="rationale">Rationale</h2>
10696

10797
<p>A characteristic property of symbols in Scheme is that “two symbols
@@ -462,7 +452,7 @@ <h2 id="references">References</h2>
462452
(R7RS Small) (2013). Available <a href="https://small.r7rs.org/">on the
463453
Web</a>.</p>
464454

465-
<p>Kent M. Pitman, et al, eds., <cite>Common Lisp HyperSpec</cite>
455+
<p>Kent M. Pitman, et al., eds., <cite>Common Lisp HyperSpec</cite>
466456
(CLHS) (1994). Available <a href="http://clhs.lisp.se/">on the
467457
Web</a>.</p>
468458

0 commit comments

Comments
 (0)