Skip to content

comnik/functional-differential-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional Differential Programming

Build / Run

You need to have nginx installed, with application/wasm wasm added to default mime.types (mdn/webassembly-examples#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.

About

FRP with 3DF and Differential Dataflow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published