<p>mini-announcement: I&#39;ve decided to publish Yotta.</p><p>Yotta is a forth-like language with a very small core. In the beginning, all you can do is:</p><p>- emit machine code,<br />- emit machine code that emits machine code,<br />- define new words ... that emit machine code</p><p>With just those primitives we define an x86-64 assembler, and from there we use that assembler to define most of a forth.</p><p>Check it out: <a href="https://github.com/typeswitch-dev/yotta/" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="ellipsis">github.com/typeswitch-dev/yott</span><span class="invisible">a/</span></a></p>
Reply