From: Christopher Allan Webber Date: Tue, 26 Apr 2016 18:39:52 +0000 (-0500) Subject: demos: actors: Update main functions to support arbitrary arguments. X-Git-Tag: v0.2.0~29 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=c55d6d2f064f298152b43564df61150e27a2a1c7;hp=c55d6d2f064f298152b43564df61150e27a2a1c7;p=8sync.git demos: actors: Update main functions to support arbitrary arguments. * demos/actors/robotscanner.scm (main): * demos/actors/simplest-possible.scm (run-demo): Update to take arbitrary arguments. This allows being more easily run by the command line. ---