loom-lang
v0.0.8
Published
Reactive web language
Maintainers
Readme
Loom
Installation
Loom is availabe as an npm package
with the name loom-lang. It may be installed via the following command:
npm install -g loom-langPlayground
Play around with Loom at: https://loom-lang.gitlab.io/loom-playground
Development
Building
Build with:
npm run buildTesting
Run tests with:
npm test