User Comments

Vaclav Poselt comment in an email
"MyFORTHshell with ESP32 command line with history and work with Source window is perfect, no other Windows terminal prog has it as I know. "  

Bientor Laquille comments on Facebook
https://www.facebook.com/groups/FORTHarduino 

Hello,

Your MyFFshell (now MyFORTHsell) program is radically changing lives!

So I rewrite some of my programs under development and modularizing the code.

The \ include and \ eof really work very well.

I made a compilation test of the same source code by classic injection with TeraTerm then with MyFFshell. It's simple, it goes more than twice as fast!

I no longer need to do a lot of copy / paste and build a working file like the one I gave you.
If now I make a correction or a major change upstream, it affects all the files calling this modified code. On the FlashForth.com site they have a shell in Python.
Yours is more efficient. Already because it removes the transmission of comments.

And breaking the breakpoint on COMPILE ONLY errors is a great idea!

-------------------------------

Bientor Laquille

Hello, Tested this morning ...

I am blown away by the speed of compilation. We save almost 2 to 3 times the compilation time compared to a compilation via TeraTerm ...

Can we, with your agreement, broadcast this program on arduino-forth.com, accompanied by a detailed explanatory article?

---------------------

https://arduino-forth.com/.../FORTH_FlashForth...

The MyFFshell.exe program marks a major evolution in the tools allowing  development in FORTH on ARDUINO boards.
MyFFshell. has been successfully  tested for FlashForth, but we think it can work very well with other  versions of the FORTH language, both for ARDUINO cards, but also for  other programmable cards in FORTH language ...

You can use \ include <file> directive and \ eof and nesting files....

https://arduino-forth.com/
Check it out!