Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions admin/srfi-data.scm
Original file line number Diff line number Diff line change
Expand Up @@ -2046,6 +2046,7 @@
(status draft)
(title "Evaluating expressions in an unspecified order")
(author "Marc Nieper-Wißkirchen")
(library-name independently)
(see-also)
(keywords control-flow syntax)
(draft-date "2022-09-22"))
Expand All @@ -2060,6 +2061,7 @@
(status draft)
(title "Codesets")
(author "Lassi Kortela")
(library-name codesets)
(see-also 170 198 199)
(keywords operating-system)
(draft-date "2022-11-03"))
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h2>The SRFIs</h2><noscript>
<div><span>Show</span><label class="checkbox-label controls"><input class="controls" id="abstracts-control" tabindex="7" type="checkbox">abstracts</label></div>
<div><span>Sort by</span><button class="controls sort" data-sort="authors" tabindex="2">authors</button><button class="controls sort" data-sort="date" tabindex="3">date</button><button class="controls sort" data-sort="name" tabindex="4">name</button><button class="controls sort" data-sort="number" tabindex="5">number</button><button class="controls sort" data-sort="status" tabindex="6">status</button></div></div>
<ul class="summary list">
<li class="card draft"><a class="card-anchor" href="srfi-238/"></a><a href="srfi-238/"><span class="number">238</span></a>: <span class="name">Codesets</span><span class="authors">, by Lassi Kortela</span><span class="based-on"></span><span class="date-group">Draft: <span class="date">2022-11-03</span></span><span class="keywords" data-keywords="operating-system">Keywords: <a href="https://srfi.schemers.org/?keywords=operating-system">Operating System</a></span><span class="status" data-status="draft"></span><span class="see-also">See also <a href="/srfi-170/">SRFI 170: POSIX API</a>, <a href="/srfi-198/">SRFI 198: Foreign Interface Status</a>, and <a href="/srfi-199/">SRFI 199: POSIX errno manipulation</a>.</span>
<li class="card draft"><a class="card-anchor" href="srfi-238/"></a><a href="srfi-238/"><span class="number">238</span></a>: <span class="name">Codesets</span><span class="authors">, by Lassi Kortela</span><span class="based-on"></span><span class="date-group">Draft: <span class="date">2022-11-03</span></span><span class="keywords" data-keywords="operating-system">Keywords: <a href="https://srfi.schemers.org/?keywords=operating-system">Operating System</a></span><span class="library-name">Library name: codesets</span><span class="status" data-status="draft"></span><span class="see-also">See also <a href="/srfi-170/">SRFI 170: POSIX API</a>, <a href="/srfi-198/">SRFI 198: Foreign Interface Status</a>, and <a href="/srfi-199/">SRFI 199: POSIX errno manipulation</a>.</span>
<div class="abstract"> <p>Many programming interfaces rely on a set of condition codes
where each code has a numeric ID, a mnemonic symbol, and a
human-readable message. This SRFI defines a facility to translate
Expand All @@ -49,7 +49,7 @@ <h2>The SRFIs</h2><noscript>
R<sup>7</sup>RS-large to integrate the R<sup>6</sup>RS record
system compatibly with the existing R<sup>7</sup>RS-small record
system.</p></div></li>
<li class="card draft"><a class="card-anchor" href="srfi-236/"></a><a href="srfi-236/"><span class="number">236</span></a>: <span class="name">Evaluating expressions in an unspecified order</span><span class="authors">, by Marc Nieper-Wißkirchen</span><span class="based-on"></span><span class="date-group">Draft: <span class="date">2022-09-22</span></span><span class="keywords" data-keywords="control-flow,syntax">Keywords: <a href="https://srfi.schemers.org/?keywords=control-flow">Control Flow</a>, <a href="https://srfi.schemers.org/?keywords=syntax">Syntax</a></span><span class="status" data-status="draft"></span>
<li class="card draft"><a class="card-anchor" href="srfi-236/"></a><a href="srfi-236/"><span class="number">236</span></a>: <span class="name">Evaluating expressions in an unspecified order</span><span class="authors">, by Marc Nieper-Wißkirchen</span><span class="based-on"></span><span class="date-group">Draft: <span class="date">2022-09-22</span></span><span class="keywords" data-keywords="control-flow,syntax">Keywords: <a href="https://srfi.schemers.org/?keywords=control-flow">Control Flow</a>, <a href="https://srfi.schemers.org/?keywords=syntax">Syntax</a></span><span class="library-name">Library name: independently</span><span class="status" data-status="draft"></span>
<div class="abstract"> <p>This SRFI defines the <code>perform</code> syntax, which can be
used to combine side effects into one expression without
specifying their relative order.</p></div></li>
Expand Down