home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / misc / 4040 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  975 b 

  1. Path: sparky!uunet!olivea!spool.mu.edu!caen!uvaarpa!murdoch!fermi.clas.Virginia.EDU!jvn
  2. From: jvn@fermi.clas.Virginia.EDU (Julian V. Noble)
  3. Newsgroups: comp.lang.misc
  4. Subject: Re: Easy Extension Language Wanted
  5. Message-ID: <1992Dec15.231505.13172@murdoch.acc.Virginia.EDU>
  6. Date: 15 Dec 92 23:15:05 GMT
  7. References: <Byyw3z.2oJ@newsserver.technet.sg>
  8. Sender: usenet@murdoch.acc.Virginia.EDU
  9. Organization: University of Virginia
  10. Lines: 11
  11.  
  12. Dear Mathias,
  13.  
  14. Smallest language I know, therefore easiest to write a compiler for, is Forth.
  15. If you insist on writing the main app in C or C++, there are several Forth's
  16. written in C, which gives extreme portability. Also a recent book by Smith
  17. (I forget 1st name) called "Write your own compiler in C++" includes a disk
  18. with code for producing a --you're way ahead of me!!-- Forth interpreter. I
  19. don't know any specifically C++ features that are required for this, i.e.
  20. you ought to be able to translate to plain C if necessary.
  21.  
  22. --jvn
  23.