jamesbowman / 8051forth

Forth for the 8051
GNU General Public License v3.0
29 stars 5 forks source link

Getting started guidance? #3

Open RandoSY opened 3 years ago

RandoSY commented 3 years ago

Howdy,

I've tried several times to get my head around this, but failed each time.

Can you point me to some info on how to get started applying this from first principles. I'm used to running forth as a native application, and talking via a terminal session to the interpreter/compiler and loading code via terminal text uploads, with the appropriate time delay to let the embedded Forth understand the code... This is a different kettle of fish.

Thank you!

jamesbowman commented 3 years ago

This is (was) a standalone Forth, very much like the ones you describe. It's just CamelForth by Brad Rodruigez.

It's not actively maintained now.

RandoSY commented 3 years ago

Thanks you!