Forth like interpreter

Christian Tismer tismer at tismer.com
Tue Mar 14 08:40:33 EST 2000


"Samuel A. Falvo II" wrote:
> 
> In article <38CBFA30.E247C266 at tismer.com>, Christian Tismer wrote:
> >Well, that's one reason why I said "no Forth, but TIL".
> >There is no need for a Forth dictionary to have a threaded
> >language. I have Python's dictionaries, why use something else?
> 
> Well, if you were trying to implement Forth, and not a Forth-like language,
> Python's dictionaries would need to be ordered by the time the words are
> created.  This allows such words as "FORGET" (non-standard word, I know, but
> is typical of most Forth environments) to be implemented with proper
> semantics.  Furthermore, Forth allows you to "derive" words.  For example:

Why do you need to discuss this? I already said that I *am* not
building Forth, since I know what the implications are.

ciao - chris

-- 
Christian Tismer             :^)   <mailto:tismer at appliedbiometrics.com>
Applied Biometrics GmbH      :     Have a break! Take a ride on Python's
Kaunstr. 26                  :    *Starship* http://starship.python.net
14163 Berlin                 :     PGP key -> http://wwwkeys.pgp.net
PGP Fingerprint       E182 71C7 1A9D 66E9 9D15  D3CC D4D7 93E2 1FAE F6DF
     we're tired of banana software - shipped green, ripens at home




More information about the Python-list mailing list