<p>First problem I hit is comments don&#39;t work. The documentation specifically says text in parenthesis are comments, but it isn&#39;t accepted.</p><p>After some staring at the docs, I realize in all the examples, there are spaces. It turns out (Comment) is not a comment, but ( Comment ) is a comment. Because ( isn&#39;t a pure operator built in the language, rather there&#39;s a FORTH word ( that eats all words until ) is found. Holy crap. I never thought I&#39;d say this but maybe it IS possible to self-host too hard</p>
Attached image 0
Reply