|
|
|
|
|
by grimmai143
57 days ago
|
|
There is something incredibly valuable about forcing yourself to trace execution logic on physical paper. It builds a mental model of state changes and memory that you just don't fully develop when a modern IDE's debugger is doing all the heavy lifting for you. |
|
Ditto with Forth dumping the memory, creating literal structures for numbers and whatnot. Also, the 'see' command among dumping literal memory bytes.
Being both a REPL helps a lot. But Forth gets into a lower level than S9 itself.