@lf-lang/reactor-ts
v0.6.1
Published
A reactor-oriented programming framework in TypeScript
Downloads
462
Maintainers
Readme
A reactor-oriented programming framework in TypeScript
The prime use of this runtime implementation is to support the TypeScript target of Lingua Franca (LF). LF is a coordination language that endows mainstream programming languages with an intuitive concurrency model and abstractions for specifying timed behaviors.
This runtime implementation can also be used standalone. Documentation and examples of such usage will be included in future releases of this module. Automatically generated API docs are already available.
Quick reference
Installing Reactor-ts
npm install
Running the tests
npm run test
Generating docs
npm run doc