<p>Before I can start, I need to make some utilities. By &quot;utilities&quot; I mean &quot;if&quot; and &quot;while&quot; statements, which again, this language currently lacks. MVP, remember. Implementing these in userland is possible! It&#39;s *ugly*, though. For `if`, I simulate branching by putting the two possible outcomes (functions) into an array, casting the condition to a bool and then the bool to an int, and using that as an index to the array.</p><p>&quot;while&quot; is even more nightmarish. I don&#39;t… understand the use of make-quote.</p>
Attached image 0
Reply