A Distributed Functional Reactive Programming Language without Glitches
opam install menhir
make
Prerequisites: Erlang runtime, tmux
cd example
./setup_board.sh
cd example
./start_board.sh
See also: https://tmuxcheatsheet.com/
./main.native test/test1.xfrp
./main.native test/test_butterfly.xfrp -t test/test_butterfly.tmpl -o erlang/butterfly.erl
cd erlang
./start.sh butterfly
# output the node graph
./main.native test/test2.xfrp -dot | dot -Tpng > graph.png