home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / languages / progs / prolog / SOURCE / README < prev    next >
Encoding:
Text File  |  1990-06-29  |  2.4 KB  |  66 lines

  1. /***************************************************
  2. ****************************************************
  3. **                                                **
  4. **  HU-Prolog     Portable Interpreter System     **
  5. **                                                **
  6. **  Release 1.62   January  1990                  **
  7. **                                                **
  8. **  Authors:      C.Horn, M.Dziadzka, M.Horn      **
  9. **                                                **
  10. **  (C) 1989      Humboldt-University             **
  11. **                Department of Mathematics       **
  12. **                GDR 1086 Berlin, P.O.Box 1297   **
  13. **                                                **
  14. ****************************************************
  15. ***************************************************/
  16.  
  17.  
  18. This is an initial release of a port of the HUProlog interpreter for
  19. the Acorn Archimedes.   See the file ``MANPAGE'' for information
  20. on the system.
  21.  
  22. HUProlog is freeware.  It may be freely copied and redistributed, provided
  23. all the files present in this distribution are included,  unaltered.  If it
  24. is redistrubted for profit it would be appreciated if 10 per cent or so of
  25. the  distribution fee is sent to the authors listed above.  They are by no
  26. means wealthy.  Users of this software are asked to make a donation
  27. appropriate to their wealth and usage. Commercial Prolog's cost 160 pounds
  28. sterling...
  29.  
  30.  
  31. There is *no* warranty, or guarantee of any kind for this software.
  32.  
  33. The Archimedes version was ported by:
  34.  
  35.      Andrew Stevens,      JANET: as@uk.ac.ed.aipna
  36.      18 Kings Meadow,     INTERNET:  as@aipna.ed.ac.uk
  37.      Overton,             UUCP:   ...!ukc!aipna!as
  38.      Basingstoke,
  39.      HANTS.
  40.  
  41.      RG25 3HP
  42.  
  43. Who many be contacted if there any queries, bugs, features,
  44. future releases etc relating to the Archimedes version.
  45.  
  46. FILES:
  47.      sprolog  - Prolog that runs in a 600K WIMPSLOT
  48.      prolog   - Prolog that runs in a 1150K WIMPSLOT
  49.      sstate   - Bare-prolog saved state for sprolog
  50.      state   - Bare-prolog saved state for prolog
  51.  
  52.      prologrc - Example prolog start-up file.
  53.      shup     - Demo Script for running sprolog
  54.      hup      - Script for running prolog
  55.      MANPAGE  - Manual page
  56.      README   - Copyright etc
  57.      NREV     - Benchmark test for Prolog   
  58.  
  59.      c.*      - C source for binaries dependent on memory settings
  60.      h.*      - Header files.
  61.      o.*      - Binaries for linking HUProlog
  62.  
  63.  
  64. HUProlog needs C libraries  rel 3.5 or later to
  65. run.
  66.