Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't start the REPL server upon importing (2d repl). | David Thompson | 2014-03-10 | 1 | -7/+11 |
| | | | | | | * 2d/repl.scm (start-2d-repl): New procedure. * examples/common.scm: Start the REPL server. * sandbox: Start the REPL server. | ||||
* | Add new license header to agenda and repl module. | David Thompson | 2014-03-08 | 1 | -8/+8 |
| | | | | | * 2d/agenda.scm: Add GPLv3 header. * 2d/repl.scm: Add GPLv3 header. | ||||
* | Integrate cooperative REPL server. | David Thompson | 2014-03-08 | 1 | -0/+34 |
* 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. |