From: Christopher Allan Webber Date: Mon, 25 Apr 2016 16:59:31 +0000 (-0500) Subject: actors: Remove nesting of actions in define-simple-actor. X-Git-Tag: v0.2.0~45 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=674056fde0ebfc4454485a8776ecb9efd9c3af8f;hp=674056fde0ebfc4454485a8776ecb9efd9c3af8f 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). (, ): Adjust to new syntax for define-simple-actor. ---