8sync.git
2017-01-04 Christopher... actors: Remove define-simple-actor, add define-actor.
2017-01-04 Christopher... doc: Add a note about the calls to display.
2017-01-04 Christopher... doc: Tweak and fix the "Writing our own actors" section.
2017-01-04 Christopher... actors: Rename msg-receive, msg-val to mbody-receive...
2017-01-04 Christopher... actors: Add auto-init feature to actors.
2017-01-03 Christopher... doc: Add addendum section on relationship between 8sync...
2017-01-03 Christopher... actors: Implicit from-actor argument <-foo methods...
2017-01-02 Christopher... agenda: Rename start-agenda to run-agenda.
2017-01-02 Christopher... actors: Rename *clean-up* back to *cleanup.
2017-01-02 Christopher... actors: Rename actor-am-i-alive? to actor-alive?.
2017-01-02 Christopher... actors: Automatically add cookie by default in hive...
2017-01-02 Christopher... tests: Fix broken test in test-actors.
2017-01-02 Christopher... tests: Oops, forgot to add <exploder> to test-actors.
2017-01-02 Christopher... actors: Update self-destruct to run *clean-up* message...
2017-01-02 Christopher... actors: Rename *cleanup* action to *clean-up*.
2017-01-02 Christopher... actors: Add cleanup facility to run-hive.
2017-01-02 Christopher... tests: Add "speaker" utility.
2017-01-02 Christopher... doc: Rename calls to ez-run-hive to run-hive and adjust...
2017-01-02 Christopher... actors: Rename ez-run-hive to run-hive.
2017-01-01 Christopher... docs: Added "Writing our own actors" section
2016-12-31 Christopher... doc: Add pk debugging section.
2016-12-30 Christopher... doc: Finish "About live hacking" section.
2016-12-28 Christopher... agenda: When re-invoking a continuation at the agenda...
2016-12-28 Christopher... agenda: Fix prompt buildup in agenda.
2016-12-28 Christopher... agenda: Switch "yield" to "8yield" and export.
2016-12-28 Christopher... agenda: Major cleanup.
2016-12-27 Christopher... actors: Add new method of running REPL via REPL actor.
2016-12-26 Christopher... actors: Removing unnecessary level of indirection aroun...
2016-12-25 Christopher... doc: Add "A silly little IRC bot" section to new manual.
2016-12-25 Christopher... demos: Import format in ircbot.scm.
2016-12-25 Christopher... doc: Add tutorial intro to the new manual.
2016-12-24 Christopher... doc: Drafting a new manual.
2016-12-24 Christopher... irc: Split irc-bot-send-line into main functionality...
2016-12-24 Christopher... actors: Update actor ids to use a vector rather than...
2016-12-24 Christopher... irc: Fixing "PONG" response, calls to handle-foo commands.
2016-12-23 Christopher... irc: Shorten generic method names.
2016-12-23 Christopher... irc: Move irc-bot code to make use of generic methods
2016-12-23 Christopher... irc: Update irc code to use actors.
2016-12-23 Christopher... actors: Add docstring to hive-create-actor*.
2016-12-21 Christopher... actors: Move error propagation within <-wait; add ...
2016-12-21 Christopher... actors: Generalize the <-foo methods functionality...
2016-12-20 Christopher... actors: Switch coroutine waiting code over to using...
2016-12-20 Christopher... agenda: Fixing exports.
2016-12-20 Christopher... actors: Document the <message> records's fields.
2016-12-20 Christopher... Add toplevel 8sync.scm file.
2016-12-20 Christopher... actors: Move actors center-stage in 8sync.
2016-12-19 Christopher... build: Releasing v0.3.0. v0.3.0
2016-12-19 Christopher... web: Deprecate current web system.
2016-12-19 Christopher... NEWS: Updating news to current 0.3.0 state.
2016-12-17 Christopher... actors: Deprecate old facilities.
2016-12-17 Christopher... demos: Update demos to new conventions.
2016-12-17 Christopher... actors: Adding "mhandlers" and updating define-simple...
2016-12-16 Christopher... actors: Remove wrap-apply from actor-inheritable-messag...
2016-12-16 Christopher... actors: Add "inheritable" message handler as default...
2016-12-15 Christopher... actors: Add %current-actor parameter.
2016-12-14 Christopher... agenda: Add 8usleep.
2016-12-14 Christopher... doc: Remove (inaccurate) version number from docs.
2016-12-14 Christopher... doc: Remove the indentation after newline structure.
2016-12-13 Christopher... NEWS: Mention the actor model subsystem added to 8sync...
2016-12-13 Christopher... actors: Add msg-val and add docstring to msg-receive. remove-define-mhandler
2016-12-12 Christopher... actors: Add comment about adding deferred-slot to ...
2016-12-12 Christopher... actors: Remove => alias.
2016-12-12 Christopher... actors: Fix "unrewindable continuation" issue with...
2016-12-12 Christopher... tests: Call msg-receive, not msg-recieve
2016-12-12 Christopher... tests: Update test-actors to use msg-recieve instead...
2016-12-12 Christopher... actors: Move message body to being an argument list...
2016-12-12 Christopher... agenda: Move install-suspendable-ports! call to start...
2016-12-11 Christopher... actors: Make the <-* message sending procedures officia...
2016-12-11 Christopher... agenda: Fix 8sleep's time parameter.
2016-12-11 Christopher... actors: Removing deprecated comment. new-world-order
2016-12-10 Christopher... actors: Remove deprecated call to former "8sync" definition
2016-12-10 Christopher... agenda: Cut out huge swath of old 8sync-* procedures...
2016-12-10 Christopher... agenda: Add yield procedure.
2016-12-09 Christopher... agenda: Rename 8sync-nowait to 8sync.
2016-12-09 Christopher... agenda: Remove 8sync macro.
2016-12-09 Christopher... Add comment noting that the "web" system needs a rewrite. wip-suspendable-ports
2016-12-08 Christopher... irc: Update IRC code to use simpler suspendable ports...
2016-12-08 Christopher... agenda: Remove call to deprecated agenda-except-port...
2016-12-08 Christopher... agenda: Remove debugging statements.
2016-12-08 Christopher... agenda: Use suspendable ports feature from Guile 2.2.
2016-12-08 Christopher... build: Require and use guile-2.2.
2016-12-05 Christopher... v0.2.0 v0.2.0
2016-05-10 Christopher... agenda: Add "8sleep" sugar.
2016-05-07 Christopher... actors: Fix hive-actor-local? to check the hive id...
2016-05-07 Christopher... agenda: Permit a post-run-hook in start-agenda.
2016-05-03 Christopher... agenda: Update comment, could also attach catch routine...
2016-05-03 Christopher... actors: Catch all errors in the actor model.
2016-05-03 Christopher... actors: Permit docstrings in mlambda.
2016-05-03 Christopher... actors: Export simple-dispatcher.
2016-05-03 Christopher... actors: Export build-actions.
2016-05-03 Christopher... actors: Add note that maybe action dispatch error check...
2016-05-03 Christopher... actors: Add build-actions and retool make-action-dispat...
2016-05-02 Christopher... actors: Add with-message-args and build mlambda off it.
2016-04-30 Christopher... actors: Add define-mhandler, a method handler definitio...
2016-04-29 Christopher... demos: robotscanner: Use nice auto-message-ref feature.
2016-04-29 Christopher... demos: botherbotherbother: Add missing newline.
2016-04-29 Christopher... actors: mlambda, removing require-slot, GOOPS usage...
2016-04-29 Christopher... actors: debug: hive-create-actor-gimmie*'s init should...
2016-04-28 Christopher... actors: Handle messages/coroutines in want of reply...
2016-04-27 Christopher... actors: Remove unnecessary let in hive-process-message.
next