home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / programm / 11536 < prev    next >
Encoding:
Text File  |  1992-07-23  |  2.8 KB  |  91 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!malgudi.oar.net!chemabs!vjh21
  3. From: vjh21@cas.org (Vince Herried ka8cte)
  4. Subject: Re: LISP,Prolog,SMALLTALK compilers.
  5. Message-ID: <1992Jul23.111826.9685@cas.org>
  6. Keywords: PROLOG
  7. Sender: vjh21@cas.org (Vince Herried ext 2877)
  8. Organization: Chemical Abstracts Service
  9. References:  <1452@grivel.une.edu.au>
  10. Date: Thu, 23 Jul 1992 11:18:26 GMT
  11. Lines: 78
  12.  
  13. I've ported an upgrated to the Prolog V2.? on FishDisks.
  14.  
  15. I put it on amiga.physik.unizh.ch a while back.  Here is the .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. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  81.                  |     Vincent Herried  (614) 447-3600 x 2877
  82.                  |     Chemical Abstracts Service
  83.  _____________________           |     P.O. Box 3012
  84. (_)________________   \          |     Columbus, OH 43210-0012
  85.   ________________|\   \         |
  86.  (_)______________\_\   \        |     Current thought: People who cannot be
  87.    ______________________\       |     understood are geniuses, so management
  88.   (_)____________________|       |     assigns them the toughest projects.
  89.                  |
  90. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  91.