home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilss / siod / !Siod / !Help < prev    next >
Text File  |  1993-03-15  |  5KB  |  114 lines

  1. +------------------------------------------------------------------+
  2. | !Siod - MultiTasking Wrap around for Scheme In One Defun         |
  3. +------------------------------------------------------------------+
  4. | Wimp Code: Version 0.02   (c) 1992 Robin Watts                   |
  5. | Siod Code: Version 2.90   (c) 1992 George Carrette               |
  6. |                                    Paradigm Associates Inc.      |
  7. |                                    Cambridge, Massachusetts      |
  8. +------------------------------------------------------------------+
  9. | Please Note - This product is FREEWARE                           |
  10. +------------------------------------------------------------------+
  11.  
  12. What is !Siod?
  13.  
  14.      !Siod is a Wimp Multi-Tasking Front end for Scheme In One Defun
  15.      which uses the Acorn TaskWindow Module to run the language
  16.      on the desktop.
  17.  
  18.      The window behaves as a Mode 0 screen, and hence only the last
  19.      32 lines can be seen. The advantages of using a dedicated
  20.      wraparound program rather than running Siod in an !Edit
  21.      Taskwindow are twofold:
  22.  
  23.           1) Increased Speed of Screen Update
  24.           2) Lower Memory Overheads (on Risc Os 2.00 at least :-))
  25.  
  26.      The Siod session can be terminated by Ctrl-D, or closing the
  27.      window. (If the session fails to close, then closing a second
  28.      time will 'kill' the task more nastily.)
  29.  
  30.      Siod should work on most machines with even the bare minimum of memory,
  31.      albeit with some lack of Cons cells that are available - if you find that
  32.      you are running out of memory then alter the lines in <Siod$Dir>.!RunImage
  33.      which are at lines 751 to alter the number of cells and line 756 to alter
  34.      the wimpslot used - this should enable you to tinker happily - although
  35.      some of the supplied files may not now run due to lack of space (pratt_scm
  36.      notably).
  37.  
  38. Copyright:
  39.  
  40.  
  41.      The status of copyright for Siod is outined in the
  42.      file !Siod.Docs.copyright, and the source is available via anonymous ftp from
  43.      the site nexus.yorku.ca in the directory /pub/scheme/imp.
  44.      
  45.  
  46.      The Multitasking Wimp Code is copyright to Robin Watts, but may
  47.      be freely copied and used, as long as the following conditions
  48.      are met:
  49.  
  50.           a) This Notice is distributed unchanged with every copy
  51.           b) Any Changes released should first be Mailed to the
  52.              Author at one of the addresses given below.
  53.           c) No charge (excluding possibly a minimal Copying charge)
  54.              is made for the software by the distributor (i.e. no
  55.              profit may be made by the distributor either directly
  56.              or indirectly, unless this profit is donated in its
  57.              entirety to a registered charitable institution,
  58.              subject to the author's approval)
  59.  
  60.      I hereby reserve the right to take action against any person,
  61.      persons or company which infringes the above conditions.
  62.      Applications for permission to distribute contrary to these
  63.      conditions may be made in writing, or by electronic mail to the
  64.      addresses given below.
  65.  
  66.      This software is provided 'as is', with no guarantee of its
  67.      suitability for any purpose. I will accept no responsibility for
  68.      any data lost while using this program. NO WARRANTY IS GIVEN!
  69.  
  70.      If you do change the code at all, please let me know, as I
  71.      refuse to try to support other peoples modifications unless I
  72.      have been told about them, and I will probably be interested.
  73.  
  74.      If anyone has any ideas on improvements or new features for
  75.      !Siod, however strange they may seem, please get in touch with
  76.      me, as they will almost always be useful to someone else. I will
  77.      try and implement  anything  (within reason) that people want.
  78.  
  79.      The wimp front end can be used for multitasking other programs
  80.      other than !Siod (for instance Gopher is also being run using the
  81.      same code). If you want to use the multitasker to run your code,
  82.      the just get in touch with me for permission.
  83.  
  84. Addresses to contact the author:
  85.  
  86.      For Contact addresses for Al Slater (Arc Port) see below, the original
  87.      author can be reached at the address given in the copyright notice. 
  88.  
  89.  
  90.      Robin Watts can be contacted at the following addresses:
  91.  
  92.           217 Waterhouse Moor,            St Catherines College,
  93.           Harlow,                         Manor Road,
  94.           Essex,                          Oxford,
  95.           CM18 6BW                        OX1 3UJ
  96.  
  97.           Tel: 0279-422466                0865-271689
  98.  
  99.      or by E-Mail at:
  100.  
  101.      JANET: m90rjw@uk.ac.oxford.ecs
  102.      Other: watts%dnet.harlow@smithkline.com (Slow Response!)
  103.  
  104.      Al Slater can be contacted at :
  105.      
  106.            Kintail,               Flat 280C,
  107.            Barclay Park,                  Hector Boece Court,
  108.            Aboyne,                        Hillhead Halls,
  109.            Aberdeenshire.                 Don Street,
  110.            AB34 5JF.                      Aberdeen.
  111.  
  112.      Email:    ucs2508@uk.ac.abdn
  113.              ams%condor@uk.ac.abdn.csd
  114.