home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / oct93 / develop / umbscheme.lha / UMBScheme / UMBScheme.readme < prev    next >
Text File  |  1993-08-23  |  1KB  |  35 lines

  1. Short: Amiga Port of UMB Scheme 2.5
  2. Type: dev/lang
  3. Uploader: duester@wpts0.physik.uni-wuppertal.de
  4.  
  5. This is a Port of UMB Scheme 2.5 to the Amiga. Scheme is a Lisp-like
  6. programming language with procedures as first class data, static scoping etc.
  7. UMB Scheme 2.5 supports long integers of (almost) arbitrary length.
  8.  
  9. It was compiled using DICE C 2.07.54R with the dynamic stack feature of DICE.
  10. The interpreter will allocate stack space automatically.
  11.  
  12. Please read the Release Notes in scheme.texinfo (.dvi file included).
  13. Please read the README file.
  14.  
  15. This software is released under the GNU General Public License.
  16. See scheme.texinfo.
  17.  
  18. I have changed the directory structure, source files are now in the
  19. directory 'src'.
  20.  
  21. This software is provided with no warranty. Use on your own risk.
  22.  
  23. Enjoy
  24.  
  25.     Thorsten Greiner
  26.  
  27.     comments, bug reports, ...:
  28.     duester@wpts0.physik.uni-wuppertal.de
  29.  
  30.     ( I am interested in scheme code for symbolic mathematics,
  31.       like algebraic manipulations of formulae, differentiation,
  32.       integration, simplification ... If you have anything in
  33.       this direction, contact me. Thank you ! )
  34.  
  35.