home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / scheme / pcscheme / geneva / sources.exe / SOURCES / STEP / README < prev    next >
Encoding:
Text File  |  1993-09-24  |  775 b   |  24 lines

  1. This is a single stepper for PCS-Scheme/Geneva 4.01.
  2. It consists of five files:
  3. readme        This file
  4. step.sc        The single stepper macro
  5. stepwrap.sc    The macro expander functions
  6. stepaux.sc    The helper functions and variables for the code
  7.             generated by the macro
  8. autostep.sc    Some `autoload-from-file' statements to load
  9.             the stepper package on demand.
  10.  
  11. To try the package simply load "step.sc", "stepwrap.sc" and
  12. "stepaux.sc". Evaluate for example `(step (+ 1 2 3))'.
  13.  
  14. The rest of the documentation is in "step.sc".
  15. Known bugs are listed in "stepwrap.sc".
  16.  
  17. Send comments, praise, flames to Gerald Klix.
  18. CompuServe:    100042,645
  19. Internet:    100042.645@CompuServe.COM
  20.  
  21. The author assumes no resposibility in case of damage due to a bug
  22. in the stepper package.
  23.  
  24.