aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/commentary/stability.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/commentary/stability.html b/docs/commentary/stability.html
index 66d2b2a8..4d5b1c95 100644
--- a/docs/commentary/stability.html
+++ b/docs/commentary/stability.html
@@ -11,5 +11,6 @@
<ul>
<li>2021-08-07: Pick (<code><span class='Function'>⊑</span></code>) of empty array and Reshape (<code><span class='Function'>⥊</span></code>) of empty array to non-empty changed from using fill elements to errors.</li>
<li>2022-05-03: Don't always preserve fill of <code><span class='Value'>𝕩</span></code> in structural Under, such as <code><span class='Value'>arr</span><span class='Modifier2'>⌾</span><span class='Function'>⊢</span> <span class='Function'>&lt;</span><span class='Value'>fill</span></code> to set fill element (was unspecified but intentionally implemented).</li>
+<li>2022-06-16: Don't allow aliases within strands (against syntax spec but intentional).</li>
</ul>
<p>System functions change more frequently. Some system functions are considered stable and others experimental. At the time of writing, the following seems to hold: system functions that are included in two out of three among the specification, JS REPL, and CBQN are stable. Others may or may not be stable; please ask about these on the forums (or by another channel) if you want to rely on them. Stable system functions are still much more likely to change than syntax or primitives. However, before making a change we'll try to find if there's code that relies on them and notify the owner. As this procedure doesn't scale well, if a system function reaches widespread use we'll be unwilling to change it without a strong reason.</p>