releases/0.3.0.html
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
<h3 id="v0.3.0">v0.3.0 — 2024-12-25</h3> <h4>Breaking Changes</h4> <ul> <li>Removed the native symbols %:filter%%, %:clear%%, and %:each%%.</li> <li>Bytecode: some opcodes changed values; programs compiled with tbe previous version must be recompiled.</li> </ul> <h4>New Features</h4> <ul> <li>Added symbol {{sym-::}} to define operators (immediately-dequoted quotations).</li> <li>Added symbol {{sym-symbols}} to get a list of all stored symbols</li> <li>Added symbol {{sym-throw}} to throw an error.</li> <li>Increased the size of the STDIN buffer to 16Kb.</li> </ul> <h4>Fixes</h4> <ul> <li>{{sym-<=}} now returns correct results.</li> </ul> <h4>Chores</h4> <ul> <li>Updated Vim syntax highlighting (%:hex.vim%%).</li> </ul> |