home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 623c.lha / SB_Prolog_v3.1 / sbp3.readme < prev    next >
Text File  |  1992-02-28  |  2KB  |  60 lines

  1. Announcing general public release of Version 3.1 of Stony Brook
  2. Prolog for the Amiga.
  3.  
  4. This update to V2.2?? released sometime ago on Fish disks was ported
  5. by me.  It has been tested on an A3000 system running AmigaDos V2.04 and
  6. on an A500 running AmigaDos V1.3.  Any problems discovered are probably
  7. mine.  Included in this release is all of the source files, some prolog
  8. test programs and all of the executables for a running version of prolog.
  9.  
  10. I ported the version obtained via annoumyous ftp from the
  11. University of Arizona.
  12.  
  13.  
  14. Abstract:
  15.  
  16. SB-Prolog is a Prolog system for Unix based systems.  The core of
  17. the system is an emulator, written in C for portability, of a
  18. Prolog virtual machine that is an extension of the Warren
  19. Abstract Machine.  The remainder of the system, including the
  20. translator from Prolog to the virtual machine instructions, is
  21. written in Prolog.
  22.  
  23. Copyright:
  24.  
  25. Note that all of this material is copyrighted, read and head the
  26. copyright instructions included in the archieve files.
  27.  
  28. Files:
  29.  
  30. sbp3.lzh
  31.  
  32.     All the stuff you really need to get sbprolog up and
  33.     running.  note that there are two versions of the
  34.     emulator  one called sbprolog - compiled for 68000
  35.     based Amigas and sbprolog.030 compiled for 68020 and
  36.     68882 Amigas.  This stuff was compiled with Manx's Aztec
  37.     C compiler V5.2a.
  38.  
  39. sbp3_opt.lzh
  40.  
  41.     All of the source files you need to re-compile or modify
  42. my port.
  43.  
  44. sbp3_pl.lzh
  45.  
  46.     All programs from the book Michael Covington, Donald
  47.     Nute, Andre Vellino Prolog Programming in Depth Scott,
  48.     Foresman & Co., 1988 Arity Prolog version.
  49.  
  50.     I recommend you buy the book.
  51.  
  52.  
  53. Vincent J. Herried
  54. 1688 Staffordshire RD.
  55. Columbus, OH 43229
  56.  
  57. internet email: vjh21@cas.org
  58.  
  59.  
  60.