diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-03-10 20:19:22 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-03-10 20:19:22 -0400 |
commit | 718cc7c73318b09d595ddc2072b74062430ae896 (patch) | |
tree | 60a0e505bdb4004f0d66ca4aa7ef8027e275d5b0 /examples | |
parent | f0ae9c3b2a6ef4cef53a2040685053a66c7e8b71 (diff) |
Don't start the REPL server upon importing (2d repl).
* 2d/repl.scm (start-2d-repl): New procedure.
* examples/common.scm: Start the REPL server.
* sandbox: Start the REPL server.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/common.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/common.scm b/examples/common.scm index 6631514..8b1263d 100644 --- a/examples/common.scm +++ b/examples/common.scm @@ -33,3 +33,5 @@ (lambda () (format #t "FPS: ~d\n" (signal-ref fps))) 60) + +(start-2d-repl) |