Threaded Interpretive Languages

Andrew Tucker <a_tucker@paul.spu.edu>
Tue, 14 Sep 1993 05:29:42 GMT

          From comp.compilers

Related articles
Threaded Interpretive Languages a_tucker@paul.spu.edu (Andrew Tucker) (1993-09-14)
Re: Threaded Interpretive Languages jvn@fermi.clas.virginia.edu (Julian V. Noble) (1993-09-21)
Re: Threaded Interpretive Languages cliffc@rice.edu (1993-09-23)
Re: Threaded Interpretive Languages N.Chapman@cs.ucl.ac.uk (Nigel Chapman) (1993-09-24)
Re: Threaded Interpretive Languages dsiegel@panix.com (1993-09-26)
Re: Threaded Interpretive Languages pop@dcs.gla.ac.uk (pop) (1993-09-28)
Re: Threaded Interpretive Languages cliffc@rice.edu (1993-09-28)
[1 later articles]
| List of all articles for this month |

Newsgroups: comp.compilers
From: Andrew Tucker <a_tucker@paul.spu.edu>
Keywords: forth, question, comment
Organization: Compilers Central
Date: Tue, 14 Sep 1993 05:29:42 GMT

In a book I bought recently, the author implements a Forth-like script
language in what he calls a "threaded interpretive language". What are the
benefits/drawbacks of TILs compared to more traditional language
implementations are? Also, are TILs usually used for RPN, stack based
languages like Forth? What other languages are TIL based? Thanks in advance
for any info provided.


/* Andrew */
[Threaded code is most often used for a stack virtual machine, but the first
two threaded code systems I ran into were Fortran compilers for the PDP-11.
-John]
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.