about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--repl.scm11
1 files changed, 11 insertions, 0 deletions
diff --git a/repl.scm b/repl.scm new file mode 100644 index 0000000..28c66b7 --- /dev/null +++ b/repl.scm
@@ -0,0 +1,11 @@
1;;; repl -- set up the repl
2
3(import (chicken file))
4
5(for-each load (glob "build/*"))
6
7(import (jimmy util)
8 (jimmy emit)
9 (jimmy read)
10 (jimmy html)
11 (jimmy wrap))