summary refs log tree commit diff stats
path: root/.repl
diff options
context:
space:
mode:
authorCase Duckworth2023-08-24 12:42:22 -0500
committerCase Duckworth2023-08-24 12:42:22 -0500
commit76b7e6eeaf99e5aeac3d9f651bc548f2c537ce85 (patch)
tree6bef69a73a9ed2619ac2bfc0a5ee75cc8714a3f7 /.repl
parentA new start (again) (diff)
downloadboudin-76b7e6eeaf99e5aeac3d9f651bc548f2c537ce85.tar.gz
boudin-76b7e6eeaf99e5aeac3d9f651bc548f2c537ce85.zip
bleh again
Diffstat (limited to '.repl')
-rw-r--r--.repl4
1 files changed, 3 insertions, 1 deletions
diff --git a/.repl b/.repl index 229237b..2d1a330 100644 --- a/.repl +++ b/.repl
@@ -1,4 +1,6 @@
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")
6 )