Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!ut-sally!std-unix From: cc1@cs.ucla.edu (Michael Gersten) Newsgroups: comp.std.unix Subject: Re: UNIX Facilities for Interpreters Message-ID: <8299@ut-sally.UUCP> Date: Thu, 18-Jun-87 23:15:09 EDT Article-I.D.: ut-sally.8299 Posted: Thu Jun 18 23:15:09 1987 Date-Received: Mon, 22-Jun-87 02:11:52 EDT References: <8250@ut-sally.UUCP> Sender: std-unix@ut-sally.UUCP Reply-To: cc1@cs.ucla.edu (Michael Gersten) Organization: Ucla Computer Club (disclaimer) Lines: 14 Approved: jsq@sally.utexas.edu (Moderator, John Quarterman) From: cc1@cs.ucla.edu (Michael Gersten) vread() is a nice idea, but fairly (very) limited. In particular, it requires that the p-code being interpreted be stored on the disk in semi-compiled form, and used as pure. May I remind you that INTERACTIVE interpreters (which is the whole point of interpreters) do not do this; most BASIC's tokenize the text as they read it in, so it is not pure; any decent interactive system will have dificulty utilizing this because they do not p-compile first. Michael Gersten Volume-Number: Volume 11, Number 72