From 6a60f02c94d1131e78c7f76243077f8aaff6056a Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 8 Mar 2014 17:54:39 -0500 Subject: Integrate cooperative REPL server. * 2d/repl.scm: New file. * 2d/repl/repl.scm: Delete it. * 2d/repl/server.scm: Delete it. * Makfile.am (REPL_SOURCES): Delete it. (SOURCES): Add '2d/repl.scm'. * examples/common.scm: Use cooperative REPL module. --- examples/common.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'examples/common.scm') diff --git a/examples/common.scm b/examples/common.scm index b4efb1f..17cd888 100644 --- a/examples/common.scm +++ b/examples/common.scm @@ -2,11 +2,9 @@ (2d fps) (2d game) (2d keyboard) + (2d repl) (2d signal) - (2d window) - (2d repl server)) - -(spawn-server) + (2d window)) (add-hook! key-press-hook (lambda (key unicode) (when (eq? key 'escape) -- cgit v1.2.3