home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / languages / huprolog_1 < prev    next >
Text File  |  1999-04-27  |  2KB  |  61 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. **  Formerly of Humboldt university E.Berlin      **
  11. **                                                **
  12. ****************************************************
  13. ***************************************************/
  14.  
  15.  
  16. This is version 1.1 a port of the HUProlog interpreter for
  17. the Acorn Archimedes.   See the file ``MANUAL'' for information
  18. on the system.
  19.  
  20. HUProlog is freeware.  It may be freely copied and redistributed, provided
  21. all the files present in this distribution are included,  unaltered.  If it
  22. is redistrubted for profit or frequently used the authors would appreciate
  23. it if an appropriate contribution were sent c/o Andrew Stevens at
  24. the address below.
  25.  
  26.  
  27. There is *no* warranty, or guarantee of any kind for this software.
  28.  
  29. The Archimedes version is ported, modified and maintained  by:
  30.  
  31.      Andrew Stevens,      JANET: as@uk.ac.ed.aipna
  32.      18 Kings Meadow,     INTERNET:  as@aipna.ed.ac.uk
  33.      Overton,             UUCP:   ...!ukc!aipna!as
  34.      Basingstoke,
  35.      HANTS.
  36.  
  37.      RG25 3HP
  38.  
  39. Who many be contacted if there any queries, bugs, features,
  40. future releases etc relating to the Archimedes version.
  41.  
  42. FILES:
  43.  
  44.      MANUAL   - Documentation, further information etc
  45.      !README  - This File
  46.      NREV     - Benchmark test for Prolog   
  47.      interrupt- Current Interrupt handler for Prolog
  48.      SET_OF   - Various setof/3 bagof/3 goodies to be pre-loaded
  49.                 into prolog.
  50.      prolog   - Prolog interpreter
  51.      hup      - Example obey script for running HUProlog
  52.      BUILDSS  - Obey script used when installing HUProlog
  53.      defss    - used by BUILDSS
  54.  
  55. HUProlog needs C libraries  rel 3.5 or later to
  56. run.
  57.  
  58. See MANUAL for information on installing and running HU-Prolog.
  59.  
  60. See MANUAL for information on obtaining source code etc.
  61.