andreypopp / action-old

Language for composable data-driven workflows

Home Page:https://prometheusresearch.github.io/action/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Action

Build Status

Language for composable data-driven workflows.

Action is an experimental language based on Query Combinators paper which defines a notion of UI values and workflows over them.

Development

Install esy@0.1.8:

npm install --global esy@0.1.8

Clone the repository:

git clone https://github.com/prometheusresearch/action

Run bootstrap:

make bootstrap

If you work only on UI portion of action:

make serve

If you work only on core portion of action:

cd core
make watch
esy vim ./src/

If you work on both you need both make serve and make watch-core running.

About

Language for composable data-driven workflows

https://prometheusresearch.github.io/action/

License:Apache License 2.0


Languages

Language:OCaml 60.3%Language:JavaScript 39.1%Language:Makefile 0.6%