home *** CD-ROM | disk | FTP | other *** search
- This is a single stepper for PCS-Scheme/Geneva 4.01.
- It consists of five files:
- readme This file
- step.sc The single stepper macro
- stepwrap.sc The macro expander functions
- stepaux.sc The helper functions and variables for the code
- generated by the macro
- autostep.sc Some `autoload-from-file' statements to load
- the stepper package on demand.
-
- To try the package simply load "step.sc", "stepwrap.sc" and
- "stepaux.sc". Evaluate for example `(step (+ 1 2 3))'.
-
- The rest of the documentation is in "step.sc".
- Known bugs are listed in "stepwrap.sc".
-
- Send comments, praise, flames to Gerald Klix.
- CompuServe: 100042,645
- Internet: 100042.645@CompuServe.COM
-
- The author assumes no resposibility in case of damage due to a bug
- in the stepper package.
-
-