Add preliminary support for MIT/GNU Scheme.
[geiser.git] / scheme / mit / geiser / compile.scm
blob5817aa20a42df0a24b8770cefcfaa2a12b223937
1 (declare (usual-integrations))
3 (load-option 'CREF)
5 (with-working-directory-pathname
6     (directory-pathname (current-load-pathname))
7   (lambda ()
8     (cf "emacs")
9     (cref/generate-constructors "geiser" 'ALL)))