Solutions to the exercises of "Structure and Interpretation of Computer Programs"
Example for exercise 1.1:
scheme < 1.01.scm
$ scheme
]=> (load "1.08.scm")
]=> (cubet 8)
$ scheme --load 1.08.scm
]=> (cubet 8)
$ mit-scheme # same as scheme
$ rlwrap scheme # with readline support
$ scheme < 1.08.scm # with input redirection