all repos — hex @ 2da802bbcf18d3b9903c5bd2f6caab443d4a2f5a

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

Updated style + added note on WASM build.
h3rald h3rald@h3rald.com
Sat, 07 Dec 2024 19:40:53 +0100
commit

2da802bbcf18d3b9903c5bd2f6caab443d4a2f5a

parent

5187c1fb28197fadc3eaeb3da04b8e469ac58696

2 files changed, 21 insertions(+), 1 deletions(-)

jump to
M web/assets/styles.cssweb/assets/styles.css

@@ -124,3 +124,14 @@

code { color: gold; } + +blockquote { + border: 1px solid lime; + padding: 1rem 1rem 0 1rem; + margin: 0; +} + +blockquote div { + font-weight: 600; + color: gold; +}
M web/contents/get.htmlweb/contents/get.html

@@ -10,8 +10,17 @@ <li>hex v{{release}} for MacOS (ARM64)</li>

<li>hex v{{release}} for Windows (x86_64)</li> <li>hex v{{release}} (<a href="https://justine.lol/ape.html" target="_blank">αcτµαlly pδrταblε εxεcµταblε</a>) </li> - <li>hex v{{release}} (<a href="https://webassembly.org" target="_blank">WebAssembly</a>)</li> + <li>hex v{{release}} (<a href="https://webassembly.org" target="_blank">WebAssembly</a> &mdash; <em>very</em> + experimental*)</li> </ul> + + <blockquote> + <div>A note on the WASM build</div> + <p>The main purpose of the WASM build is to power the <a href="/play">playground</a>. If you try to run it with + NodeJS, the REPL will also <em>somewhat</em> work, except that file support and executing processes doesn't + seem to behave, at the moment, and neither does `printf` unless you add a new line so... use at your own + risk, or please use one of the other builds.</p> + </blockquote> <h3>Building from Source</h3>