main
Matthew Butterick 4 years ago
parent 0c8d90b5ab
commit d91cfbdf36

@ -55,7 +55,8 @@
(with-output-to-file cache-path (with-output-to-file cache-path
(λ () (s-exp->fasl (dynamic-require module-path id-sym) (current-output-port))) (λ () (s-exp->fasl (dynamic-require module-path id-sym) (current-output-port)))
#:exists 'replace)) #:exists 'replace))
(fasl->s-exp (open-input-file cache-path))) (with-input-from-file cache-path
(λ () (fasl->s-exp (current-input-port)))))
(define-syntax (mb stx) (define-syntax (mb stx)
(syntax-case stx () (syntax-case stx ()

Loading…
Cancel
Save