about summary refs log tree commit diff stats
path: root/chibi
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 /chibi
parentecc8e346fd2d1ec5955dd9e5dce9bf7d1dca9930 (diff)
downloadtour-9590a914e366639fa43bde768849dabe142119f8.tar.gz
*
Diffstat (limited to 'chibi')
-rw-r--r--chibi/giblang.scm8
1 files changed, 1 insertions, 7 deletions
diff --git a/chibi/giblang.scm b/chibi/giblang.scm
index d07e765..cf024fd 100644
--- a/chibi/giblang.scm
+++ b/chibi/giblang.scm
@@ -1,7 +1,5 @@
-; chibi stuff
 (import (scheme base)
-        (scheme write)
-        (srfi 101))
+        (scheme write))
 
 (define consonants
   (list 
@@ -17,7 +15,3 @@
     "a" "e" "i" "o" 
     "u" "y" "ee" "ai" "ae"))
 
-(define (select-random-element list)
-  (list-ref list (random (length list))))
-
-(display (select-random-element vowels))
\ No newline at end of file