Sujet : single-xt approach in the standard
De : ruvim.pinka (at) *nospam* gmail.com (Ruvim)
Groupes : comp.lang.forthDate : 17. Sep 2024, 11:54:37
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vcbn5e$3etuk$1@dont-email.me>
User-Agent : Mozilla Thunderbird
Do you think that the Forth standard should recognize the classic single-xt approach as possible for implementing a standard Forth system?
The classic single-xt approach implies that only one execution token (xt) is associated with a name token (nt), and only one name token is associated with a word (a named Forth definition). And words whose compilation semantics differ form default compilation semantics are implemented as immediate words.
--
Ruvim