-
If I upload Rob's eforth it reports that ttyACM0 is available. If I open a terminal program like gtkterm, the port, ttyACM0 dissappears.
If the terminal programming is running before I upload the e…
-
I'm a Forth newbie working on an eForth for low-end ($0.20/piece) STM8S Value Line devices. My starting point was Dr. C.H. Ting's STM8EF eForth demo (a STC eForth). My contribution is new features, bu…
-
A 16 bit stack machine running eforth on an altera FpgA.
Sadly I cannot figure out what is what. could you please write some documentation?
Chris
-
Nice job by the way!
(Checked out your french bread formula .. going to try your ratios)
2 basic things I don't understand (but I'm good at making bad assumptions)
The {{opcodes}} ,{{calling}}, {{c…
-
Occasionally I check which Forth file extension are most popular on GitHub. It's not easy to know which files are written in Forth, but I use the heuristic "if it contains dup and swap, it's probably…
-
First of all, thank you for ESP32Forth. It's perfect for the project I'm doing. As my first forth, I'm enjoying learning about the internals of the implementation as well as the language.
I love t…
arcli updated
3 years ago
-
See e.g. https://groups.google.com/d/msg/comp.lang.forth/YVjtNQwSIH0/YHduzDG4c9EJ
> Some may believe that a threaded-code engine written in assembly language would have led to better performance than…
-
I consider adding a Forth as an extension language to a C based embedded system. It will get called from the C side, perhaps also making calls back to C as needed.
The main targets here are MSP430 …
-
Hi Richard,
as explained in the emails, I'd like to explore a 3-tiered programming model:
1. STM8 eForth binary base (release as specified in `Makefile`)
2. nRF24L01+ driver, using e4thcom `\res` a…
-
By accident I noticed that for Windows there is now an alternative to e4thcom:
> escom is a terminal program that runs under Windows. It can be used for communicating with an embedded Forth system,…