-
Better means faster and smaller. The new solution size and speed is about the same as an ordinary CREATE, VARIABLE or CONSTANT:
```Forth
: EMPTY CREATE DOES> ;
EMPTY tempty
CREA…
-
Please support to compile and run ESP32Forth
https://esp32forth.appspot.com/ESP32forth.html
https://eforth.storage.googleapis.com/releases/ESP32forth-7.0.5.4.zip
contains the single file.
ESP3…
-
Dear @howerj,
I am looking for a way to add scripting to a project on a small embedded platform with very limited RAM (ESP8266) and _Embed_ seems to be a very promising option! However, the default…
-
I am trying to do similar project like STM8S001JRS485 with modbus but using STM8S103F3 board and I can't upload modbus files on my board. I already downloaded on my board MINDEV.ihx using stm8flash bu…
-
Hello, thank you for your eForth system! I used it recently in my [project](https://github.com/Danya0x07/UVLT01).
I found out that it is not possible to write directly to EXTI_CR registers as to ot…
-
The words `VALUE` and `TO` are part of the Forth Standard and supporting this ANS-Forth feature makes testing code written for other platforms easier.
The problem with `VALUE` and `TO` is that diff…
-
First let me say ESP32forth is a great tool which I am really looking forward to using in many projects.
Also, I am a big fan of named parameters and named local variables which make Forth a whole lo…
-
Hopefully nothing gets damaged in the process...
-
Hi,
I am really enjoying using this toolchain for my project. However, I'm a bit stuck at the moment:
I'm trying to CREATE a byte-oriented data table for an audio DSP in a STM8S105 running STM8E…
-
While working on optional words for Forth Standard compatibility it became clear that while Forth Standard compliant "pictured number output" with `# ( ud -- ud)` instead of `# ( u -- u)` (double ins…