actors: New read-message procedures, touch up write-message procedures
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 22 Apr 2016 15:03:08 +0000 (10:03 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 25 Apr 2016 14:25:36 +0000 (09:25 -0500)
commit6f1b55de9d8438adb6984f52753e8eea2ca9df27
tree7896b1c14878ec4045f435be006a9bd8112147e8
parent89dfbd6214e8e00bca235fd2974c0b343655d48f
actors: New read-message procedures, touch up write-message procedures

* 8sync/systems/actors.scm (read-message, read-message-from-string):
  New procedures for reading in a serialized message.
  (write-message): Supply a default port (current-output-port) if none
  is provided.
  (serialize-message, serialize-message-pretty): Write out message-wants-reply,
  which we accidentally left out earlier.
8sync/systems/actors.scm