Skip to content

jaked/froc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Froc is a library for functional reactive programming in OCaml.

The interface is similar to FrTime and FlapJax, but (of course) typed, implementing a monad of changeable values. The implementation is data-driven, using the dynamic dependency graphs of Acar et al.'s self-adjusting computation.

Froc can be used with ocamljs, and with the included froc-dom library can be used for web browser programming.

See http://jaked.github.com/froc for details.

For a quick start:

  1. ./configure (-disable-ocamljs if you do not have ocamljs)
  2. make
  3. make install
  4. make examples

Froc is written by Jake Donham.

About

Functional reactive programming in OCaml

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages