Cleaning up Scheme code integration with different dev/prod modes.

This commit is contained in:
2020-02-07 10:22:10 -08:00
parent df0f534d69
commit 5e8be6e416

View File

@@ -22,7 +22,11 @@
srfi-18 medea numbers spiffy spiffy-cookies srfi-18 medea numbers spiffy spiffy-cookies
intarweb pll sxml-transforms websockets miscmacros) intarweb pll sxml-transforms websockets miscmacros)
(include "game") (cond-expand
(geiser
(include "../../assets/game/acf/game"))
(else
(include "game")))
(root-path "./") (root-path "./")
@@ -1661,10 +1665,15 @@
((eq? b 'goto) #f) ((eq? b 'goto) #f)
(else #f)))))) (else #f))))))
(cond-expand
(geiser
'())
(csi
(run-awful) (run-awful)
(repl))
;; (thread-join! *awful-thread*) (compiling ;; production
(repl) (run-awful)
(thread-join! *server-thread*)))
;; TODO ;; TODO
;; audit was called but didn't cause anything on year end ;; audit was called but didn't cause anything on year end