Historical interest only: A Dataspace-like language and system based on "Network Calculus" (ESOP 2014). https://syndicate-lang.org/papers#gjthf-esop14
Go to file
Tony Garnock-Jones 90af8c3584 Make ground async-channel always available, rather than dynamically
scoped to run-ground. This is important because (spawn-timer-driver),
for example, is called outside run-ground and spawns a thread that
communicates with ground via the ground async-channel. When we move to
running multiple grounds at once, we will have to revisit the
parameterization scheme here.
2014-06-21 11:37:05 -04:00
minimart Make ground async-channel always available, rather than dynamically 2014-06-21 11:37:05 -04:00
.gitignore Ignore compiled/ directories; minimart/main.rkt; Makefile 2013-10-28 10:33:04 +00:00
Makefile Ignore compiled/ directories; minimart/main.rkt; Makefile 2013-10-28 10:33:04 +00:00
info.rkt Add Racket package deps. 2014-03-11 18:09:10 -04:00