Nim implementation of Syndicate
Go to file
Emery Hemingway 5ed70badad Add stdio test 2022-03-16 13:00:58 -05:00
preserves@5f746706b6 Generate dataspace patterns from Nim types 2022-03-16 13:00:58 -05:00
protocols@ca92d99c52 Update protocols and pattern constructors 2022-03-16 12:59:46 -05:00
src relays: connectStdio 2022-03-16 13:00:58 -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 Set a proper remote for the preserves submodule 2021-11-07 18:12:56 +01: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 Remove onRetract macro 2022-03-16 12:59:45 -05:00

README.md

Syndicate

Nim implementation of Syndicate dataspaces and actors.

TODO

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