A 3-Instruction Forth for Embedded Systems Work (1991)(pygmy.utoh.org)
pygmy.utoh.org
A 3-Instruction Forth for Embedded Systems Work (1991)
http://pygmy.utoh.org/3ins4th.html#
2 comments
This approach works really well with any number of tethered device scenario. You can use the same basic approach to debug distributed Erlang program, work with tethered mobile devices, or even work on many core machines. If you are trying to explore the behavior of a system interactively, you really need peek, poke, and run.
It's really more of a DSL to remote control an embedded processor from a bigger processor running actual programs.