about summary refs log tree commit diff stats
path: root/chicken
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2022-11-23 23:23:44 -0500
committerelioat <elioat@tilde.institute>2022-11-23 23:23:44 -0500
commit9590a914e366639fa43bde768849dabe142119f8 (patch)
treece2af04474c34a220494afab34e27534a961553b /chicken
parentecc8e346fd2d1ec5955dd9e5dce9bf7d1dca9930 (diff)
downloadtour-9590a914e366639fa43bde768849dabe142119f8.tar.gz
*
Diffstat (limited to 'chicken')
-rw-r--r--chicken/play.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/chicken/play.scm b/chicken/play.scm
new file mode 100644
index 0000000..c3d5862
--- /dev/null
+++ b/chicken/play.scm
@@ -0,0 +1,6 @@
+;; playing with brev
+;; https://idiomdrottning.org/brev
+;; http://wiki.call-cc.org/eggref/5/brev
+(import (brev))
+
+(print "banana")