home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / amiga / programm / 13346 < prev    next >
Encoding:
Text File  |  1992-09-14  |  2.8 KB  |  90 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!caen!malgudi.oar.net!chemabs!vjh21
  3. From: vjh21@cas.org (Vince Herried)
  4. Subject: Re: Amiga PROLOG found!
  5. Message-ID: <1992Sep14.164707.29639@cas.org>
  6. Sender: vjh21@cas.org (Vince Herried ext 2877)
  7. Organization: Chemical Abstracts Service
  8. References:  <kelso_j.716435620@kultarr>
  9. Date: Mon, 14 Sep 1992 16:47:07 GMT
  10. Lines: 78
  11.  
  12. I ported V3.0 of Stoney Brook Prolog and posted it on ftp site
  13. amiga.physik.unizh.ch some time back.
  14.  
  15. Here is my readme file:
  16.  
  17. Announcing general public release of Version 3.1 of Stony Brook
  18. Prolog for the Amiga.
  19.  
  20. This update to V2.2?? released sometime ago on Fish disks was ported
  21. by me.  It has been tested on an A3000 system running AmigaDos V2.04 and
  22. on an A500 running AmigaDos V1.3.  Any problems discovered are probably
  23. mine.  Included in this release is all of the source files, some prolog
  24. test programs and all of the executables for a running version of prolog.
  25.  
  26. I ported the version obtained via annoumyous ftp from the
  27. University of Arizona.
  28.  
  29.  
  30. Abstract:
  31.  
  32. SB-Prolog is a Prolog system for Unix based systems.  The core of
  33. the system is an emulator, written in C for portability, of a
  34. Prolog virtual machine that is an extension of the Warren
  35. Abstract Machine.  The remainder of the system, including the
  36. translator from Prolog to the virtual machine instructions, is
  37. written in Prolog.
  38.  
  39. Copyright:
  40.  
  41. Note that all of this material is copyrighted, read and head the
  42. copyright instructions included in the archieve files.
  43.  
  44. Files:
  45.  
  46. sbp3.lzh
  47.  
  48.     All the stuff you really need to get sbprolog up and
  49.     running.  note that there are two versions of the
  50.     emulator  one called sbprolog - compiled for 68000
  51.     based Amigas and sbprolog.030 compiled for 68020 and
  52.     68882 Amigas.  This stuff was compiled with Manx's Aztec
  53.     C compiler V5.2a.
  54.  
  55. sbp3_opt.lzh
  56.  
  57.     All of the source files you need to re-compile or modify
  58. my port.
  59.  
  60. sbp3_pl.lzh
  61.  
  62.     All programs from the book Michael Covington, Donald
  63.     Nute, Andre Vellino Prolog Programming in Depth Scott,
  64.     Foresman & Co., 1988 Arity Prolog version.
  65.  
  66.     I recommend you buy the book.
  67.  
  68.  
  69. Vincent J. Herried
  70. 1688 Staffordshire RD.
  71. Columbus, OH 43229
  72.  
  73. internet email: vjh21@cas.org
  74.  
  75.  
  76.  
  77.  
  78. -- 
  79. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  80.                  |     Vincent Herried  (614) 447-3600 x 2877
  81.                  |     Chemical Abstracts Service
  82.  _____________________           |     P.O. Box 3012
  83. (_)________________   \          |     Columbus, OH 43210-0012
  84.   ________________|\   \         |
  85.  (_)______________\_\   \        |     Current thought: People who cannot be
  86.    ______________________\       |     understood are geniuses, so management
  87.   (_)____________________|       |     assigns them the toughest projects.
  88.                  |
  89. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  90.