named wordlist

Liste des GroupesRevenir à cl forth 
Sujet : named wordlist
De : ruvim.pinka (at) *nospam* gmail.com (Ruvim)
Groupes : comp.lang.forth
Date : 30. Oct 2024, 08:07:41
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vfslvv$20cbt$1@dont-email.me>
User-Agent : Mozilla Thunderbird
When a word list is created with `vocabulary`, it is associated with a name, and `order` displays this name in its output.
When a word list is created by `wordlist`, it is not associated with a name. Therefore, `order` typically displays a number for that word list, which is less informative.
A Forth system might try to find a constant whose value is identical to the wid of such word list and display the name of the constant. Do you know if this approach is used anywhere?
Some Forth systems technically can associate a name with a word list after the word list is created with `wordlist`. And some even provide an API for doing so.
Do you know of any Forth systems that technically *cannot* associate a name with a word list created with `wordlist` (due to internal details)?
--
Ruvim

Date Sujet#  Auteur
30 Oct 24 * named wordlist7Ruvim
30 Oct 24 +* Re: named wordlist3albert
30 Oct 24 i`* Re: named wordlist2Ruvim
1 Nov 24 i `- Re: named wordlist1Ruvim
30 Oct 24 +* Re: named wordlist2Anton Ertl
30 Oct 24 i`- Re: named wordlist1Ruvim
1 Nov 24 `- Re: named wordlist1albert

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal