actors: Remove nesting of actions in define-simple-actor.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 25 Apr 2016 16:59:31 +0000 (11:59 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 25 Apr 2016 16:59:31 +0000 (11:59 -0500)
commit674056fde0ebfc4454485a8776ecb9efd9c3af8f
treed497415ab12f3a22962902735d082d3870646d23
parentd7d268fd056bd54a42859534057fc80b25c75c8b
actors: Remove nesting of actions in define-simple-actor.

* 8sync/systems/actors.scm (define-simple-actor): Move actions out of
  the "final parenthesis".  Simple actors just have a class type and
  then the rest of the arguments are acitons.
* demos/actors/simplest-possible.scm: Remove unnecessary import
  of (ice-9 match).
  (<emo>, <proog>): Adjust to new syntax for define-simple-actor.
8sync/systems/actors.scm
demos/actors/simplest-possible.scm