TypeScript and JavaScript implementation of Dataspaces, Syndicate, and TypeScript language support for Syndicate. Targets both the browser and node.js.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
- [DONE] `during/spawn`
- [DONE] `during`
- [DONE] `let { TimeLaterThan } = activate require("@syndicate-lang/driver-timer");`
- [DONE] `react`
- [DONE] `spawn*` or similar - looks like `spawn on start { ... }` will do the trick
- [DONE] activation
- [DONE] remove ground dataspace syntax
- [DONE] `spawn :let childVal = parentCalculation { ... }`
- [DONE] better autobuilding for smooth and fast dev; babel uses gulp?
- `defer` statement
- `define/query`
- some kind of `stop facet` statement - put a Symbol on the fields blob?
- [DONE] dataspaces, dataspace relays
- other kinds of relay
- [DONE? Surely there's more] pin down and fix the problems with facet field scope (!!)
- `npm init @syndicate`
- drivers
- [DONE] timer
- [DONE] ui
- [DONE] web
- [DONE] tcp
- alias wrapExternal to index.js
- @syndicate -lang/standalone, analogous to @babel/standalone
- deferTurn should prevent a facet from terminating! This came up in
some formulations of the game-restart logic in the flappy bird
demo.