functional-differential-programming
functional-differential-programming copied to clipboard
FRP with 3DF and Differential Dataflow.
Functional Differential Programming
Build / Run
You need to have nginx installed, with application/wasm wasm added to default mime.types (https://github.com/mdn/webassembly-examples/issues/5). Starting a development server on port 8080:
nginx -p . -c nginx.conf
This will serve the contents of ./resources/public. Refer to
nginx.conf for more details.
The server can be stopped like so:
nginx -p . -s stop
Finally run fdp.core via figwheel or the ClojureScript REPL of your
choice and load ./resources/public/index.html.