Liste des Groupes | Revenir à cl forth |
Counter-example: a good number of my apps involve structs, arraysInteresting questions. My experience says that arrays and vectors are
and signal vectors in heap memory. Stack juggling? Absolutely not.
The code would be unreadable and a nightmare to debug.
>
Factoring in smaller code portions is often impossible because
you can't always distribute data, that inherently belongs together,
over separate words.
>
Then why factor, when with using named parameters = locals, the
code is already short, readable, maintainable, and bug-free.
Ask yourself why the Forth Scientific Library makes heavy use ofBecause the original algorithms do.
locals.
Of course things look different with simpler applications.And then Einstein's famous quote spoils the fun.
Les messages affichés proviennent d'usenet.