Liste des Groupes | Revenir à cl forth |
On 2024-09-22 06:15, dxf wrote:...
Same for the items I listed.
It is not the same.
1) A separate fp stack makes programs far simpler comparing with programs that comply the fp stack is separate or united with the data stack, and moderately simpler than the programs with the environmental dependency that the floating-point numbers are kept on the data stack.
NB: Keeping floating-point numbers on the data stack does not make a Forth system non-standard, but it merely adds an environmental restriction to this system, see the section "12.4.1.4 Environmental restrictions" in Forth-2012.
2) Quote-delimited character interpretation ('A') makes programs simpler, this seems obvious.
3) Two buffers for interpretive `s"` makes debugging simpler, because you can test words like `rename-file` interactively, see "A.17.3.4 Other transient regions" in Forth-2012.
The real question is what major system still uses
single-xt and would object were it excluded.
>
It is not only the implementers of major systems who are allowed to object.
Les messages affichés proviennent d'usenet.