Sujet : Re: Lispification of Forth De : minforth (at) *nospam* gmx.net (minforth) Groupes :comp.lang.forth Date : 27. May 2025, 21:23:02 Autres entêtes Organisation : novaBBS Message-ID :<d02785598e82c63663532d84d40de0f7@www.novabbs.com> References :1 User-Agent : Rocksolid Light
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. --