From 718cc7c73318b09d595ddc2072b74062430ae896 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 10 Mar 2014 20:19:22 -0400 Subject: 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. --- examples/common.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/common.scm') 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) -- cgit v1.2.3