aboutsummaryrefslogtreecommitdiffstats
path: root/app/init.moon
diff options
context:
space:
mode:
Diffstat (limited to 'app/init.moon')
-rw-r--r--app/init.moon4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/init.moon b/app/init.moon
index 0cf846a..1aaf969 100644
--- a/app/init.moon
+++ b/app/init.moon
@@ -33,6 +33,10 @@ experiments =
desc: 'Playground for Functional Tags'
render: -> require '.tags'
},
+ tablefs: {
+ desc: 'A system bigger than filesystems'
+ render: -> require '.tablefs'
+ },
koch: {
desc: "lil' fractal thing",
render: -> require '.koch'