demos: actors: A couple of simple actor model demos.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 22 Apr 2016 03:44:47 +0000 (22:44 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 25 Apr 2016 14:25:35 +0000 (09:25 -0500)
commit3c40164d37f2a11e9439261625c9dd4385a27350
treeaa61eb51c34a6240d52e353f187bf9887b9081d3
parent70b92d795a14d1328b90dd06f8c618b2ea09332d
demos: actors: A couple of simple actor model demos.

* demos/actors/simplest-possible.scm: New file.
  Simplest possible demo: Two actors say hello to each other.
* demos/actors/botherbotherbother.scm: New file.
  A little bit more complex; multiple actors interact with each
  other.  Ensures that actors don't clobber each other unexpectedly.
demos/actors/botherbotherbother.scm [new file with mode: 0644]
demos/actors/simplest-possible.scm [new file with mode: 0644]