summary refs log tree commit diff stats
path: root/.repl
diff options
context:
space:
mode:
authorCase Duckworth2023-09-06 22:45:45 -0500
committerCase Duckworth2023-09-06 22:45:45 -0500
commit59598f42c16cf12e544e5bf2ce9c873fba94238e (patch)
tree055f106b72f289f59d4af417a24448e4983dbec3 /.repl
parentA new start (again) (diff)
downloadboudin-59598f42c16cf12e544e5bf2ce9c873fba94238e.tar.gz
boudin-59598f42c16cf12e544e5bf2ce9c873fba94238e.zip
A newerer beginning
Diffstat (limited to '.repl')
-rw-r--r--.repl3
1 files changed, 2 insertions, 1 deletions
diff --git a/.repl b/.repl index 229237b..b8f4fc9 100644 --- a/.repl +++ b/.repl
@@ -1,4 +1,5 @@
1;; -*- scheme -*- 1;; -*- scheme -*-
2(import (beaker system)) 2(import (beaker system))
3 3
4(print "> (load-system \"boudin.egg\")") 4(define (setup-repl)
5 (load-system "boudin.egg"))