Nim implementation of Syndicate
Go to file
Emery Hemingway a437183863 Add proper "during" macro 2022-04-23 20:04:00 -05:00
src Add proper "during" macro 2022-04-23 20:04:00 -05:00
tests Add stdio test 2022-03-16 13:00:58 -05:00
.gitignore Move protocols to a submodule 2021-10-06 11:58:43 +02:00
.gitmodules Submodules considered harmful 2022-03-16 13:00:58 -05:00
README.md Initial Syndicate DSL 2021-06-29 17:44:03 +02:00
UNLICENSE Unlicense 2021-09-01 13:47:21 +02:00
syndicate.nimble Add proper "during" macro 2022-04-23 20:04:00 -05:00

README.md

Syndicate

Nim implementation of Syndicate dataspaces and actors.

TODO

  • Complete Syndicate DSL
  • Timer driver
  • Remote dataspaces
  • Async-dispatch integration