2021-09-22 12:15:07 why s>d 0 d.r when 0 .r is a thing? 2021-09-22 12:15:26 (oh, they left. welp) 2021-09-22 12:23:27 I know them 2021-09-22 12:23:29 I will relay 2021-09-22 12:24:05 12 .r 2021-09-22 12:24:05 :1: Stack underflow 2021-09-22 12:24:12 ok 2021-09-22 18:58:16 I've been taking a look around the web, and all the Forths ive seen are threaded-code -- except closed source stuff linked from forth.com. I would ideally like to build a Forth cross-compiler, but with Forth's interactivity I have found some problems with that approach. Is there anywhere I can find something like that? 2021-09-22 19:06:31 underscoreanne, what platforms? 2021-09-22 19:07:51 doesn't really matter to me, i guess. if you want to point me to a compiler, it doesn't matter to me. i plan to make my cross-compiler support multiple, probably beginning with something like z80 2021-09-22 19:16:32 mecrisp forth is one to look into 2021-09-22 19:17:26 different versions of it. one uses an ARM board to program an MSP430 so you get interactivity, optimization, and machine code instead of direct or indirect threading 2021-09-22 19:18:51 >mecrisp :: and the implementation still has stuff like `if` written in Forth? 2021-09-22 19:28:07 absolutely 2021-09-22 19:28:17 also #mecrisp on this network 2021-09-22 19:28:39 very impressive tbh 2021-09-22 19:33:22 thank you for the pointer 2021-09-22 19:33:42 I will now @