2021-11-14 13:13:45 Finally found the time to work on the "meta-compiler" (not sure what to call it) which just compiled and executed a simple forth source. Now I can move on to building forth in forth! 2021-11-14 17:11:18 On linux terminal with non-canonical mode and echo disabled, if I write ASCII 8 (back space) to STDOUT, shouldn't the terminal handle backspace appropriately? 2021-11-14 17:19:39 I don't think so, I think that's canonical mode only.