all repos — hex @ c03ae72d0b0872429a8a368ff2603ef5b0eef0ca

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

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
<h3 id="v0.3.0">v0.3.0 &mdash; <em>Under Development</em></h3>

<h4>Breaking Changes</h4>
<ul>
    <li>Removed the native symbol %:filter%%.</li>
    <li>Bytecode: some opcodes changes values; programs compiled with tbe previous version must be recompiled.</li>
</ul>

<h4>New Features</h4>
<ul>
    <li>Added a symbol {{sym-::}} to define operators (immediately-dequoted quotations).</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>