syndicate-js/TODO.md

35 lines
1.0 KiB
Markdown

- [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.