Sujet : Re: Lispification of Forth
De : mhx (at) *nospam* iae.nl (mhx)
Groupes : comp.lang.forthDate : 28. May 2025, 06:09:28
Autres entêtes
Organisation : novaBBS
Message-ID : <f6f37213a3429712a0ec487175a74360@www.novabbs.com>
References : 1 2
User-Agent : Rocksolid Light
On Tue, 27 May 2025 20:23:02 +0000, minforth wrote:
It might be less complicated to use tokens or hashes
instead of memory addresses in high-level Forth code.
All dictionaries, data or VM code sequences could then
be localised exclusively via a central token table or
hash table. Replacing/modifying a word would be very
simple by patching the token/hash table.
Not when a word is vectored and/or using ` ' woord , ` and the like.