Re: What is an interpreter?

monnier+@cs.cmu.edu (Stefan Monnier)
Mon, 10 May 1993 01:26:38 GMT

          From comp.compilers

Related articles
What is an interpreter? tdarcos@mcimail.com (Paul Robinson) (1993-05-08)
Re: What is an interpreter? prener@watson.ibm.com (1993-05-09)
Re: What is an interpreter? haahr@adobe.com (1993-05-09)
Re: What is an interpreter? monnier+@cs.cmu.edu (1993-05-10)
Re: What is an interpreter? mleone+@cs.cmu.edu (1993-05-10)
Re: What is an interpreter? macrakis@osf.org (1993-05-11)
Re: What is an interpreter? khattra@cs.sfu.ca (1993-05-13)
| List of all articles for this month |

Newsgroups: comp.compilers
From: monnier+@cs.cmu.edu (Stefan Monnier)
Keywords: interpreter, design
Organization: School of Computer Science, Carnegie Mellon
References: 93-05-039
Date: Mon, 10 May 1993 01:26:38 GMT

Paul Robinson <tdarcos@mcimail.com> writes:
>How do we determine when something is a "real" interpreter of a "real"
>language, and when it doesn't quite reach that point?


My view is that a programming language needs data structures and
control structures. It can be as simple as static arrays and
tests/gotos, but that is sufficient (assembly is a language !)


Files are not necessary: see the persistent data stores !


Stefan
--


Post a followup to this message

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