home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / c / 12637 < prev    next >
Encoding:
Internet Message Format  |  1992-08-21  |  1.5 KB

  1. Path: sparky!uunet!mcsun!ieunet!!bsullivn
  2. From: bsullivn@sc.sni.ie (Bryan O'Sullivan)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: generic interpreter
  5. Message-ID: <162@sc.sni.ie>
  6. Date: 18 Aug 92 09:33:18 GMT
  7. Article-I.D.: sc.162
  8. References: <DAVIS.92Aug17105356@pacific.mps.ohio-state.edu>
  9. Reply-To: bryan@sc.sni.ie
  10. Organization: Siemens-Nixdorf Software Development Centre, Dublin
  11. Lines: 22
  12. X-Newsreader: Tin 1.1 PL3
  13.  
  14.  
  15.  
  16. davis@pacific.mps.ohio-state.edu (John E. Davis) writes:
  17.  
  18. :    I am looking for an extensible interpreter (preferably in C). I want an
  19. : interpreter which has all the code in it for while loops, if then statements,
  20. : etc.  All I need to do is to add the `intrinsic' (in C) functions which the
  21. : interpreter will eventually call.  This seems like such a useful generic thing
  22. : that someone must have done it already.  If such a thing exists, I would
  23. : appreciate about hearing about it.
  24.  
  25. Try taking a look at either John Ousterhout's (ouster@sprite.berkeley.edu)
  26. Tcl language or Guido von Rossum's (guido@cwi.nl) Python.  The former looks
  27. a little like a cross between C and LISP, and seems to be very nicely
  28. built.  I've only read a couple of papers on the latter, and it doesn't
  29. appeal to me quite as much.
  30.  
  31.     -- Bryan
  32.  
  33. -- 
  34. Bryan O'Sullivan                                             +353-1-767551 x225
  35. Siemens-Nixdorf Informationssysteme AG                          bryan@sc.sni.ie
  36. Software Development Centre                    "Theory like mist on eyeglasses.
  37. Dublin                                          Obscure facts." -- Charlie Chan
  38.