home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.11 / text0071.txt < prev    next >
Encoding:
Internet Message Format  |  1987-07-18  |  553 b 

  1. From: cc1@cs.ucla.edu (Michael Gersten)
  2.  
  3. vread() is a nice idea, but fairly (very) limited. In particular, it requires
  4. that the p-code being interpreted be stored on the disk in semi-compiled
  5. form, and used as pure.
  6.  
  7. May I remind you that INTERACTIVE interpreters (which is the whole point
  8. of interpreters) do not do this; most BASIC's tokenize the text as they
  9. read it in, so it is not pure; any decent interactive system will have
  10. dificulty utilizing this because they do not p-compile first.
  11.  
  12.             Michael Gersten
  13.  
  14. Volume-Number: Volume 11, Number 72
  15.  
  16.