diff options
author | Case Duckworth | 2023-08-08 23:41:56 -0500 |
---|---|---|
committer | Case Duckworth | 2023-08-08 23:41:56 -0500 |
commit | b5cfa6a1b8afdf7cdaed1631e46cb9c672ea6248 (patch) | |
tree | 15a7d84ea4f389ec080377986aa0ae2b7112cb69 /chicanery#.scm | |
parent | Support multiple schemes (diff) | |
download | chicanery-b5cfa6a1b8afdf7cdaed1631e46cb9c672ea6248.tar.gz chicanery-b5cfa6a1b8afdf7cdaed1631e46cb9c672ea6248.zip |
Add gambit support file
Diffstat (limited to 'chicanery#.scm')
-rw-r--r-- | chicanery#.scm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/chicanery#.scm b/chicanery#.scm new file mode 100644 index 0000000..6f71e5a --- /dev/null +++ b/chicanery#.scm | |||
@@ -0,0 +1,17 @@ | |||
1 | ;;; chicanery#.scm -*- geiser-scheme-implementation: gambit; -*- | ||
2 | |||
3 | (##include "~~lib/r7rs#.scm") | ||
4 | |||
5 | (##namespace ("" ; extras | ||
6 | list-map | ||
7 | list-for-each | ||
8 | list-append | ||
9 | ref | ||
10 | copy | ||
11 | atom? | ||
12 | read-port | ||
13 | read-port-chunk-size | ||
14 | defined? | ||
15 | displayed ->string | ||
16 | written | ||
17 | print)) | ||