syndicate-2017/racket/syndicate/examples/actor
Tony Garnock-Jones b946bbec3c Glitching example 2016-12-12 11:09:39 +13:00
..
bank-account.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
big-bang.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
box-and-client.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
broadcast-messages.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
chain.rkt Use utility sleep instead of repeating it in one of the examples 2016-11-22 09:16:23 +13:00
chat-client.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
chat-no-quit-world-no-nesting.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
chat-no-quit-world.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
chat-simplified-internals.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
chat.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
echo.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
example-action-after-suspension.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
example-assertion-spike.rkt Cope with transient pulses of demand in during/actor 2016-10-25 16:59:00 -04:00
example-bug-query-scope.rkt Avoid accidental shadowing of field-names in query-value* and friends 2016-12-12 10:26:50 +13:00
example-during-criterion-snapshotting.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
example-filesystem.rkt Remove egregious lack of support for reading directory contents in filesystem driver 2016-12-04 17:33:12 +13:00
example-glitch.rkt Glitching example 2016-12-12 11:09:39 +13:00
example-multiple-suspension-resumption.rkt example-multiple-suspension-resumption.rkt 2016-11-29 10:16:39 +13:00
example-partial-retraction.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
example-supervise.rkt Reimplement supervise.rkt to use spawn->process+transition at each reboot. 2016-11-29 14:48:28 +13:00
example-synthetic-patch.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
fib-server.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
file-system-during.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
file-system-during2.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
file-system-lll.rkt Factor out commonality from file-system*.rkt examples 2016-07-31 12:17:12 -04:00
file-system-lll2.rkt Factor out commonality from file-system*.rkt examples 2016-07-31 12:17:12 -04:00
file-system-script Alpha convert: prospect -> syndicate 2016-04-01 19:53:46 -04:00
file-system.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
file-system2.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
firewall-demo.rkt Illustrate bounds on observation too 2016-09-19 21:21:43 -04:00
forward-chaining-mini.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
fs-protocol.rkt Factor out commonality from file-system*.rkt examples 2016-07-31 12:17:12 -04:00
fs-shell.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
mini-echo.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
mutex.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
parameters.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
query-set.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
queue-no-credit.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
queue-no-credit2.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
queue.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
sandbox-os.rkt sandbox-os.rkt 2016-09-19 20:24:51 -04:00
show-field-scope-enforcement1.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
show-field-scope-enforcement2.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
show-field-scope-enforcement3.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
show-field-scope-enforcement4.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
spreadsheet-script Alpha convert: prospect -> syndicate 2016-04-01 19:53:46 -04:00
spreadsheet.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
timestate.rkt Ticker 2016-10-31 17:42:38 -04:00
two-buyer-protocol.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
web-demo.rkt First commit moving from (actor (react ...)) to (actor ...) 2016-08-24 17:35:38 +01:00
web-sanity-check.rkt Minor fixes 2016-10-24 22:01:17 -04:00