diff options
Diffstat (limited to 'impl/gambit.scm')
-rw-r--r-- | impl/gambit.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/impl/gambit.scm b/impl/gambit.scm new file mode 100644 index 0000000..3b3bc65 --- /dev/null +++ b/impl/gambit.scm | |||
@@ -0,0 +1,7 @@ | |||
1 | ;;; -*- geiser-scheme-implementation: gambit -*- | ||
2 | |||
3 | (##include "~~lib/r7rs#.scm") | ||
4 | |||
5 | (define-library (chicanery) | ||
6 | (include-library-declarations "r7rs.scm") | ||
7 | (namespace "")) | ||