repl: Add spawn-repl, a simpler cooperative repl interface using spawn-fiber.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 12 Aug 2017 15:21:53 +0000 (10:21 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 12 Aug 2017 15:23:13 +0000 (10:23 -0500)
commita02a901d3869fc56d10597347ccbdd0df5c7e119
treedc81b9e99d9a356b615f7ce08e0c83c2b1ff49df
parent14a5e83316eb2b48eeda2282a21f7cde06937e84
repl: Add spawn-repl, a simpler cooperative repl interface using spawn-fiber.

Keeping around the old actor for now because it's displaying
memory leak problems, and I want to figure out what those are.

* 8sync/repl.scm (spawn-repl): New variable.
8sync/repl.scm