about summary refs log tree commit diff stats
path: root/chicken
diff options
context:
space:
mode:
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")