home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / languages / scheme / s48.README < prev    next >
Encoding:
Text File  |  1994-02-26  |  2.3 KB  |  61 lines

  1. -*- Mode: Text; -*-
  2.  
  3. Copyright (c) 1993, 1994 Richard Kelsey and Jonathan Rees.
  4. See file COPYING for copying information.
  5.  
  6. Please report bugs to scheme48-bugs@altdorf.ai.mit.edu, and include
  7. the version number in your message.
  8.  
  9. Installation instructions in file INSTALL.
  10.  
  11. A user's guide is in file doc/user-guide.txt.
  12.  
  13. Recent changes are listed in file NEWS.
  14.  
  15. Known bugs and things to do in the future are listed in TODO.
  16.  
  17. -----
  18.  
  19. The Scheme 48 root directory should contain the following subdirectories:
  20.  
  21.     doc            some documentation
  22.     emacs          gnu emacs support
  23.     rts            run-time system sources
  24.     bcomp          the byte-code compiler
  25.     link           static linker
  26.     env            development environment modules (debugger, etc.)
  27.     big            useful Scheme libraries and extensions ("Big Scheme")
  28.     vm             virtual machine sources (written in Pre-Scheme)
  29.     alt            portable implementations of some Scheme 48 features
  30.     opt            optional code optimizer for the byte-code compiler
  31.     misc           very miscellaneous things (e.g. AMB operator)
  32.  
  33. The Scheme 48 root directory should contain the following files:
  34.  
  35.     README              
  36.     INSTALL             this file
  37.     NEWS                recent changes
  38.     TODO                list of bugs and things to do
  39.     configure        configuration script
  40.     Makefile.in         input to configure
  41.     sysdep.h.in         input to configure
  42.     filenames.make      included by Makefile, generated automatically
  43.     initial.image       an image file containing a minimal Scheme system
  44.     initial.debug       debugging database for same
  45.     scheme48vm.c        most of the VM (generated by Pre-Scheme compiler)
  46.     main.c              part of the VM
  47.     unix.c              part of the VM
  48.     error.c             part of the VM
  49.     extension.c         default definition of vm_extension()
  50.     dynload.c           dynamic object file loader
  51.     scheme48.man        a Unix-style manual page
  52.     packages.scm    meta-module definitions
  53.     interfaces.scm      system interface definitions
  54.     more-interfaces.scm system interface definitions
  55.     *-packages.scm    module definitions
  56.     initial.scm         script for creating initial.image
  57.  
  58. The Pre-Scheme compiler, which produces scheme48vm.c from vm/*.scm, is
  59. distributed separately.  For information contact
  60. scheme-48-request@altdorf.ai.mit.edu.
  61.