all repos — hex @ abef3dd7926eddc9d5c94e8a7f73069405472c85

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
 19
<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>
    <li>{{sym-!}} now requires an extra string on the stack to be used as the file name/identifier in stack traces.
</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>