Congratulations - had to go back a few years to catch up. Are you still using Forth? Must be the last person to use it. Look up Jupiter Ace from 1981 - the only computer made with Forth rather than Basic as its native language.
Hi beeshed, thanks kindly!

Yup still using FORTH. For me it's particularly well suited as a control language in an embedded system -- which is how it started out, controlling radio telescopes. Invented by Charles Moore. As far as I know, I'm not the only one still using it:
https://www.forth.com/resources/forth-apps/But if I am, I'm glad to be keeping it alive!
My mind just works that way for programming. I like the fact that FORTH let's you make up your own language, and I like the fact that it is very compact and very fast (necessary for this application), and I like the fact that it is both an interpreter and compiler, making debugging and trying changes super easy. And I like the fact that you can write in assembler in it if you really need fast and compact operations.
I wouldn't want to write a word processor in it, or a video editor, but for control programs, I can't think of anything that I'd rather use. Arduino's native Wiring language, was hundreds of times slower -- in fact impractical for this usage.
Viva FORTH!