summaryrefslogtreecommitdiff
path: root/2d/time.scm
Commit message (Expand)AuthorAgeFilesLines
* Move time module inside the signal module.David Thompson2014-02-171-54/+0
* Remove dynamic scoping of agendas.David Thompson2014-02-061-13/+12
* Add new scheduling procedures and rename existing ones.David Thompson2014-01-071-1/+1
* Allow signals to be redefined at the REPL and "just work."David Thompson2013-12-291-4/+4
* Update time module to use new signals API.David Thompson2013-12-151-15/+20
* Make init a non-keyword argument in make-signal procedure.David Thompson2013-12-121-2/+2
* Explicitly set initial value for time-delay signal.David Thompson2013-12-021-0/+1
* Change parameters for time-interval and time-every.David Thompson2013-12-021-9/+9
* Add time signals.David Thompson2013-12-011-0/+49