all repos — hex @ 3dd8b614eaa610db2225fd52be70bef22f6e5ef2

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

releases/0.1.0.html

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
<h3 id="v0.1.0">v0.1.0 &mdash; 2024-12-14</h3>

<p>Initial release, featuring:</p>
<ul>
    <li>A multi-platform executable for the <em>hex</em> interpreter.</li>
    <li>Integrated REPL.</li>
    <li>Integrated help and manual.</li>
    <li>Debug mode.</li>
    <li>0x40 (64) native symbols.</li>
    <li>Support for 32bit hexadecimal integers, strings, and quotations (lists).</li>
    <li>A complete <a href="https://hex.2c.fyi">web site</a> with more documentation and even an interactive playground.
    </li>
</ul>