<p>So. Creeping along with this. I am posting tihs from a bus.</p><p>Learned some more about &quot;textual WASM&quot;. Two things I learned. One. It is LISP but also it is Forth. You write it as structurally an S-expression but the commands you write in that S-expression are, as it happens, instructions to a stack machine. This surprised me, but apparently Hotspot was a stack machine, as was the C# CLR as it was based on Hotspot, as is wasm because it was based on… Hotspot. Apparently this works well for JIT.</p>
Reply