From 3d55e7c3cf228271ddc25203cad64fbdcba9342a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 13 Aug 2023 22:49:03 -0500 Subject: I don't even know any more --- chicanery.sld | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 chicanery.sld (limited to 'chicanery.sld') diff --git a/chicanery.sld b/chicanery.sld deleted file mode 100644 index 3a179c1..0000000 --- a/chicanery.sld +++ /dev/null @@ -1,23 +0,0 @@ -(cond-expand - (chicken - (include "impl/chicken.scm")) - (guile - (install-r7rs!) - (include "impl/guile.scm") - (include "extras.scm") - (export! append for-each map - list-append list-for-each list-map - ref copy - atom? - read-port read-port-chunk-size - defined? - with-output-to-string with-input-from-string - displayed ->string written - print)) - (gambit - (include "impl/gambit.scm")) - (r7rs - (display "R7RS!\n") - (define-library (chicanery) - (include "impl/r7rs.scm"))) - (else (exit #f))) -- cgit 1.4.1-21-gabe81