Commit f779437c58b9481b08e7b0f112e2a8c23cda0906

Thomas de Grivel 2018-06-20T15:34:52

sbcl start script

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/thot b/thot
index 81376f5..5dd8b67 100755
--- a/thot
+++ b/thot
@@ -1,2 +1,9 @@
+#!/usr/local/bin/sbcl --script
+(declaim (optimize (debug 3) (safety 3) (speed 3)))
+(load "../../fare/asdf/build/asdf")
+(load "../../thodg/repo/repo")
+(repo:boot)
 (asdf:load-system :thot)
+(setf thot:*disable-threads* t)
+(thot:configure-threads)
 (thot:start)