Sujet : Re: Roman numerals , recognizer "0r".
De : dxforth (at) *nospam* gmail.com (dxf)
Groupes : comp.lang.forthDate : 09. Jun 2025, 14:55:18
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <01f7a894eb384b595096fd1b2970a92d399f297b@i2pn2.org>
References : 1 2 3 4 5 6 7
User-Agent : Mozilla Thunderbird
On 9/06/2025 10:14 pm, LIT wrote:
Word names are litter but hot patches and compiler-security
evasions are acceptable. Each day one learns something new
in Forth :)
No, no "hot patches"; I did that deliberately.
Noticed, that I need the limits only for
DO..LOOP - and for nothing more - then
conclusion was to use the numbers directly,
not naming them. Both lists are, in a way,
part of VAL word and (probably) won't be
used again by anothing else. So there wasn't
any need to name them.
Forth has quotations for nameless code. What's lacking is the
same for nameless data :)