all repos — hex @ 4452a31d35293755aa90febfb3ae8863d17a339e

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

releases/0.5.0.html

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
<h3 id="v0.5.0">v0.5.0 &mdash; 2025-04-08</h3>

<h4>Breaking Changes</h4>
<ul>
    <li>Renamed %:pop%% to {{sym-drop}}.</li>
    <li>Renamed %:replace%% to {{sym-sub}}.</li>
</ul>

<h4>Fixes</h4>
<ul>
    <li>Fixed some documentation typos and inaccuracies.</li>
    <li>Fixed incorrect bytecode processing for quotations with more than 127 items</li>
</ul>

<h4>Chores</h4>
<ul>
    <li>Added more tests.</li>
</ul>