home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / dev / umbscheme-2.12.lha / UMBScheme / UMBScheme212.readme < prev    next >
Text File  |  1994-03-10  |  981b  |  40 lines

  1. Short: UMB Scheme - Version 2.12 (w/src)
  2. Type: dev/lang
  3. Uploader: jma@lpa.com (Jon Armstrong)
  4.  
  5. This is an unofficial release of UMB Scheme for the Amiga.
  6.  
  7. UMB Scheme is an implementation of the language described in the
  8. IEEE Standard for the Scheme Programming Language (December, 1990).
  9.  
  10. Rebuilt using GNU-C 2.3.3 on an A3000/25/10M (Tuesday 30-Nov-93).
  11.  
  12. Execution from the AmogaDOS shell:
  13.  
  14. Note: Use <ctrl-\>, EOF, to exit back to AmigaDOS shell.
  15.  
  16. 10> copy prelude.scheme usr:local/lib
  17. 10> stack 200000
  18. 10> scheme
  19. Welcome to UMB Scheme, version 2.12 Copyright (c) 1988,1991 William R
  20. Campbell.  UMB Scheme comes with ABSOLUTELY NO WARRANTY. This is free
  21. software and you are free to redistribute it under certain conditions.
  22. See the UMB Scheme Release Notes for details. Type Control-d to exit.
  23.  
  24. Loading /usr/local/lib/prelude.scheme...
  25.  
  26. ==> (+ 1 2 3 4 5 6 7 8)
  27.  
  28. 36
  29.  
  30. *** OK!  Now the REAL test! ***
  31.  
  32. ==> (Explain WOMEN)
  33.  
  34. Insufficient Resources!
  35.  
  36. ==> <cntl-\>
  37. 10>
  38.  
  39. Regards... Jon
  40.