at the beginning of the load rather than for each expression in the
file. This means that changing the repl environment or syntax table
in the file will have no effect on the load.
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/load.scm,v 14.15 1990/06/04 20:45:55 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/load.scm,v 14.16 1990/06/04 20:46:42 cph Exp $
Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology
(loading-message load/suppress-loading-message? true-filename
(lambda ()
(write-stream (value-stream)
- (lambda (value) value false)))))))))
+ (lambda (value)
+ value
+ false)))))))))
(define (load/purification-root scode)
(or (and (comment? scode)
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/load.scm,v 14.15 1990/06/04 20:45:55 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/load.scm,v 14.16 1990/06/04 20:46:42 cph Exp $
Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology
(loading-message load/suppress-loading-message? true-filename
(lambda ()
(write-stream (value-stream)
- (lambda (value) value false)))))))))
+ (lambda (value)
+ value
+ false)))))))))
(define (load/purification-root scode)
(or (and (comment? scode)