Liste des Groupes | Revenir à cl forth |
Both — one isn't contrary to another.One example could be matrix multiplication.>
It's rather trivial but cumbersome operation,
where usually a few transitional variables are
used to maintain clarity of the code.
Earlier you wrote about performance, now you switch to clarity of the
code. What is the goal?
If we stick with performance, the fastest version inWhat I have in mind is: by performing OOS operation
[..]
Forth was designed for small machines and very simple implementations.
We have words like "1+" that are beneficial in that setting. We also
have "+!", which is the closest to what you have in mind. But even in
those times nobody went for a word like "+> ( addr1 addr2 addr3 -- )",
because it is not useful often enough.
Les messages affichés proviennent d'usenet.