summaryrefslogtreecommitdiff
path: root/2d/repl/server.scm
Commit message (Collapse)AuthorAgeFilesLines
* Integrate cooperative REPL server.David Thompson2014-03-081-132/+0
| | | | | | | | | * 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.
* Add custom REPL server modules.David Thompson2013-07-311-0/+132
These are slightly modified versions of the ones that come with Guile.