-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
> IMO this is indeed the correct approach i.e., there's no need for
> the previously suggested resolve-to word.
And there is no need to guessing involved at the places where the
indirections should be changed to direct calls.
> + Let this "fo
Hello Matthias,
Matthias Trute writes:
> What about the following (real) session log
>
> > forward: foo
> ok
> > : bar foo ;
> ok
> > bar
> found only forward declaration.
> > : foo ." Hey" ;
> ok
> > bar
> Hey ok
> >
IMO this is indeed the correct approach i.e., there's no need for t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Enoch,
What about the following (real) session log
> forward: foo
ok
> : bar foo ;
ok
> bar
found only forward declaration.
> : foo ." Hey" ;
ok
> bar
Hey ok
>
? It declares a forward symbol named foo which is used
in bar. There is a r