It's easier to approach Forth as assembly-like than C-like. That is, why are you factoring the code to use the stack when you have globals? (Mumble mumble structured program, recursion, reuse) If you move towards a…
It's easier to approach Forth as assembly-like than C-like. That is, why are you factoring the code to use the stack when you have globals? (Mumble mumble structured program, recursion, reuse) If you move towards a…