From: George C. <geo...@gm...> - 2021-06-29 13:01:39
|
The vocab stack-checker/values line 7 : <value> ( -- value ) \ <value> counter ; Why do Pestov use \ <value> (the name of a function) as a variable? The vocab stack-checker/recursive-state line 7 TUPLE: recursive-state quotations inline-words ; : <recursive-state> ( -- state ) recursive-state new ; inline <recursive-state> recursive-state set-global Why do Pestov use "recursive-state" (the name of a tuple) as a variable? George |