#forth An interesting comment by the creator of #zeptoforth on reddit :
"In zeptoforth I have added a syntax stack used for validation of syntactic constructs, e.g. making sure : or :noname is matched by a ;, [: is matched by ;], if is matched by else (and then then) or by then, begin is matched by while (and then repeat), until, or again, do or ?do is matched by loop or +loop, and so on."
see next toot for the remaining...
#ZeptoForth boots on the #PicoIce, which means that the default power, usb and flash pins are correctly connected. Which means that #MicroPython and #Mecrisp probably boot as well.
As soon as I get my #FPGA working on the #Upduino, I want to buy a Pico-Ice, and check out the REPLs..
On the RP2040 there is at least #ZeptoForth and #Mecrisp Forth. It is good to know that there is no eForth.
#ZeptoForth says that they can use the Wifi, but that #Mecrisp does not use the Wifi.
I wonder what other Forths are available for that chip. One decision I have to make is which #Forth to use on that chip.