Sujet : Re: Parsing timestamps?
De : no.email (at) *nospam* nospam.invalid (Paul Rubin)
Groupes : comp.lang.forthDate : 27. Jun 2025, 05:03:46
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <87sejlzv8d.fsf@nightsong.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
dxf <
dxforth@gmail.com> writes:
Yet forthers have no problem with this. Take the SwiftForth source code.
At best you'll get a general comment as to what a function does. How do
they maintain it - the same way anyone proficient in C maintains C code.
Certainly it was a Forther who found cmForth needed that extra
documentation, and took the trouble to write it. C code as I mentioned
partially self-documents because it uses named variables in places where
Forth would have the value in an anonymous stack slot.
I looked at some of the SwiftForth library code (the stuff on their web
site) and I did find that pretty readable.