all repos — hex @ 8e3b9b932ec6dd36ccfeda08dfe0de4cc2543516

A tiny, minimalist, slightly-esoteric, concatenative programming lannguage.

releases/490-3.html

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
<h3 id="v490-3">v490-3 &mdash; 2026-06-25</h3>

<h4>Breaking Changes</h4>
<ul>
    <li>{{sym-xor}} now works as a logical xor, not a bitwise xor.</li>
</ul>

<h4>Fixes</h4>
<ul>
    <li>Added extra calls to free allocated items in some symbols.</li>
</ul>

<h4>Chores</h4>
<ul>
    <li>Removed unused symbols (<code>debug</code>) and declarations (<code>when</code>, <code>slice</code>).</li>
</ul>