home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / utils / bcpl4ami.lha / bcpl.txt next >
Text File  |  1992-03-16  |  1KB  |  28 lines

  1.  
  2. There's a BCPL* compiler bootstrap kit with an INTCODE interpreter in
  3. C.  It compiles on CP/M, MSDOS and Unix.  Executables for CP/M and DOS
  4. are also provided.  You can get it from ftp.syd.dit.csiro.au
  5. [130.155.128.3] in [.languages]bcpl.tar_z (VMS machine).  The kit is
  6. based on the INTCODE bootstrap technique explained in the book BCPL:
  7. The language and its implementation, Richards and another (not certain
  8. of title, book's at home).
  9.  
  10. Remember, it's an interpretive system for bootstrapping purposes, so
  11. expect a 10 to 20 times hit compared with native code.
  12.  
  13. The interpreter was done for fun so it's offered as is, no support,
  14. USTL.  But if you do anything weird with it, do let me know.
  15.  
  16. *BCPL (Basic Combined Programming Language) is a system programming
  17. language invented by Martin Richards. It's a typeless language with
  18. only one data type, the machine word.  Some of its ideas have
  19. influenced C.
  20.  
  21.  
  22. Amiga port by Stefan Haubenthal 1992
  23. Wittbräucker Str. 16
  24. W-4600 Dortmund 41
  25. GERMANY
  26.  
  27. Well, just "lc -L -cw -dunix icint interp sub" typed...
  28.