repl: Add spawn-repl, a simpler cooperative repl interface using spawn-fiber.
[8sync.git] / 8sync / repl.scm
2017-08-12 Christopher Allan... repl: Add spawn-repl, a simpler cooperative repl interf...
2017-08-09 Christopher Allan... Remove actor-alive?.
2017-08-03 Christopher Allan... Add 8syncfibers'ified REPL.
2017-01-19 Christopher Allan... repl: Publish notification about repl updates to subscr...
2017-01-11 Christopher Allan... Update copyrights.
2017-01-05 Christopher Allan... Use *init* and *cleanup* in existing actors.
2017-01-02 Christopher Allan... actors: Rename actor-am-i-alive? to actor-alive?.
2016-12-27 Christopher Allan... actors: Add new method of running REPL via REPL actor.
2015-11-29 Christopher Allan... Renaming `eightsync' to `8sync' everywhere in the code