Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | actor: Add apply-effects procedure. | David Thompson | 2016-04-25 | 1 | -0/+6 |
| | | | | | * sly/actor.scm (apply-effects): New procedure. * doc/api/scripting.texi (Actors): Document it. | ||||
* | actor: Add action-effect-lift. | David Thompson | 2016-04-24 | 1 | -0/+22 |
| | | | | | * sly/actor.scm (action-effect-lift): New procedure. * doc/api/scripting.texi (Actions): Document it. | ||||
* | Add actor module. | David Thompson | 2016-04-18 | 1 | -0/+238 |
* sly/actor.scm: New file. * Makefile.am (SOURCES): Add it. * doc/api/scripting.texi: New file. * doc/Makefile.am (sly_TEXINFOS): Add it. * doc/sly.texi: Include scripting section. * .dir-locals.el: Add identing rule for call-with-actor. |