Sujet : Re: Parsing timestamps?
De : sean (at) *nospam* conman.org
Groupes : comp.lang.forthDate : 30. Jun 2025, 02:43:24
Autres entêtes
Organisation : Conman Laboratories
Message-ID : <103sq3s$1qa1f$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10
User-Agent : tin/2.4.0-20160823 ("Octomore") (UNIX) (Linux/2.6.9-100.EL.plus.c4smp (i686))
It was thus said that the Great LIT <
zbigniew2011@gmail.com> once stated:
The more common complaint is that you use some feature they dislike
(typically locals) when you would otherwise DUP ROT instead.
But aren't 'locals' actually PICK/ROLL in disguise?
In my implementation [1], it's a PICK off the return stack (technically,
from a set point in the return stack) as locals aren't allowed to remain on
the data stack per the ANS standard.
-spc
[1] <
https://github.com/spc476/ANS-Forth>, specifically, forth.asm
starting at line 7793.