all repos — hex @ e600f0661e77279fb7d07f2fb2980a557c1c5070

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

web/contents/lib.html

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
<article>
  <h2>Standard Library</h2>
  <p>hex comes with a standard library providing common functionality implemented in hex itself.</p>
  <p>At present, it only comprises <a href="https://github.com/h3rald/hex/blob/master/lib/utils.hex"
      target="_blank">utils.hex</a>, a collection of common utility symbols, which is distributed
    in <code>.hbx</code> format along with the hex executable.
    To pre-load this file, you can start hex like this:</p>
  <pre><code>hex -l utils.hbx</code></pre>
  </p>

</article>