all repos — hex @ 93b22ac1d6c46aa9b29ae234cbfddbaf1fa26ccc

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

web/contents/play.html

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
<article>
    <h2>Playground</h2>
    <section>
      <section></section>
      <aside>
        <span>&gt;&nbsp;</span>
        <input id="prompt" type="text" autofocus placeholder="Enter hex code here..."/>
      </aside>
    </section>
</article>
<script src="/assets/hex.js"></script>