Liste des Groupes | Revenir à cl forth |
For example, it's impossible to change n to d, n to r, or vice versa,I don't know what compiler you use, but my values and locals
without changing all the code accessing those fields.
>
Similar for the word `to` — `to` applies to the words created with
`value`, `fvalue`, `2value`. But the source code around `to foo` (and
`foo`) depends on the kind of `foo`, so the kind of `foo` cannot be
changed without changing the source code around where it is used.
>
Higher level (more polymorphic) source code in Forth is possible when
all values are boxed [1]
Les messages affichés proviennent d'usenet.