Nim implementation of Syndicate
Go to file
Emery Hemingway 3de97c5cf1 macros: take multiple arguments at assert
The assertion record may have multiple fields, so take multiple
arguments.
2021-07-09 16:10:17 +02:00
src macros: take multiple arguments at assert 2021-07-09 16:10:17 +02:00
tests macros: add onStart and onStop 2021-07-09 16:10:17 +02:00
.gitignore Initial Syndicate DSL 2021-06-29 17:44:03 +02:00
README.md Initial Syndicate DSL 2021-06-29 17:44:03 +02:00
syndicate.nimble Require Preserves >= 0.3.0 2021-06-29 18:46:31 +02:00

README.md

Syndicate

Nim implementation of Syndicate dataspaces and actors.

TODO

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