home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d07xx / d0764.lha / Gambit_Terp / ReadMeFirst < prev    next >
Text File  |  1992-11-21  |  3KB  |  93 lines

  1. FILE        "ReadMeFirst"
  2. IMPLEMENTS    Release-notes for the Gambit Scheme Interpreter (gsi)
  3.                 version 1.8 for AmigaDOS 1.3/2.04, Motorola 68000/20/30/40.
  4. AUTHOR        This document: Ken Dickey;  The system: Marc Feeley.
  5. DATE        1992 October 25
  6. LAST UPDATED    1992 October 25
  7.  
  8.  
  9.  
  10. WHAT IS THIS THING?
  11.  
  12. The Gambit Scheme Interpreter (gsi) implements the full IEEE Scheme
  13. Standard language (P1178) with extensions, including the new hygenic
  14. R^4RS macros.  The interpreter requires about 1.5 MB to run but is
  15. fairly fast.  The interpreter is freeware.
  16.  
  17. There is a compiler and runtime system with all sources available on a
  18. separate disk.  The compiler requires a 3MB Amiga and a hard disk to
  19. do effective development, but generates fast native 680x0 code.  You
  20. can link Scheme and C code, call C code from Scheme, and create
  21. stand-alone executable programs.  The compiler is shareware $40. 
  22.  
  23.  
  24.  
  25. WHAT IS HERE?
  26.  
  27. SCM.lha        -- Compressed file of scheme sources, unpacks into a
  28.         directory called "Scm" {116 KB unpacked}
  29.  
  30. Gambit.lha    -- Compressed directories {1.4 MB unpacked}
  31.         Gambit/bin  -- gsi variants
  32.         Gambit/docs -- Read "Contents" and "QuickTour"
  33.         Gambit/runtime -- the runtime system for minimal size
  34.  
  35. GSI.lha        -- Compressed version of "gsi.68k.emu"
  36.  
  37.  
  38.  
  39. HOW DO I GET STARTED?
  40.  
  41. Hard Disk System:
  42.   Decide where you want your directories, cd there, then unarc the files.
  43.   >> lharc x scm.lha
  44.   >> lharc x gambit.lha
  45.   Read the files "Gambit/docs/Contents" and "Gambit/docs/QuickTour"
  46.   Decide which variant of GSI you want.
  47.   Unpack it.
  48.   Copy it to C:gsi
  49.  
  50.  Note: the easiest way to do all but the last step (copy to C:gsi) is
  51.  to execute the script "InstallToHardDisk".  Read the script and make
  52.  any changes you want before running it. 
  53.   
  54. Floppy Disk System:
  55.   >> lharc x gambit.lha Gambit/docs/Contents
  56.   >> lharc x gambit.lha Gambit/docs/QuickTour
  57.   Read the files "Gambit/docs/Contents" and "Gambit/docs/QuickTour"
  58.   Decide which variant of GSI you want.  The easiest is to take the
  59.   68000 version.
  60.   >> lharc x gsi.lha gsi.68k.emu
  61.   >> rename gsi.68k.emu gsi
  62.  
  63.  
  64. ; NOTES
  65.  
  66. At the present time, gsi only runs on M680x0 based computers
  67. (including M68000 to M68040).  Gsi has been tested on SUN-3,
  68. HP9000/3xx, NeXT, Amiga and BBN GP1000 (Butterfly) computers.  A
  69. variant of gsi has also been ported to the Macintosh.
  70.  
  71. The compiler and all sources are ShareWare $40 (to Marc).  Get it from
  72. Fred Fish or send $5 to Ken Dickey (below) for disk, mailer, and
  73. postage. 
  74.  
  75.                Amiga bugs and suggestions to Ken Dickey.
  76.                       kend@data.rain.com
  77.                       14565 SW McFarland, Tigard, OR, USA 97223
  78.  
  79.                Marc's address is:
  80.                       Marc Feeley 
  81.                       3260 Ridgewood Avenue, 
  82.                       Montreal, Quebec, Canada H3V 1B8
  83.  
  84. If you send Marc a contribution it will keep him motivated to improve
  85. the system.  He has put man years into it.  Don't send money to me
  86. (Ken).  I am doing this to help pay Marc back for making the system
  87. available.  I think it is pretty neat, and I hope you do too.
  88.  
  89. Enjoy!
  90. -Ken
  91.  
  92. ;;                        --- E O F ---                    ;;
  93.