plum-umd/adapton.ocaml

(Nominal) Adapton in OCaml

OCaml

57

80 commits

updated May 1, 2016

See the code

README

Adapton Build Status

(Nominal) Adapton for OCaml.

Adapton provides tools to build programs that compute incrementally. See adapton.org for more information about Adapton generally, including its contributors, publications and alternative implementations.

Adapton requires:

  • OCaml version 4.02.0+
  • OPAM packages: ppx_deriving

To build Adapton, just run make.

To pin Adapton as an OPAM package (under the package name 'adapton'), just run make install.

For a simple and well-documented example, go here. For a more involved, poorly documented, research-quality use of Adapton, see Inc IMP, an incremental interpreter for a small imperative programming language.

Please contact @labichn if you have any questions or comments about this Adapton library.

Contributors

labichn

64 commits

dvanhorn

12 commits

kyleheadley

2 commits

khooyp

1 commits

plum-umd/adapton.ocaml

(Nominal) Adapton in OCaml

OCaml

57

80 commits

updated May 1, 2016

See the code

README

Adapton Build Status

(Nominal) Adapton for OCaml.

Adapton provides tools to build programs that compute incrementally. See adapton.org for more information about Adapton generally, including its contributors, publications and alternative implementations.

Adapton requires:

  • OCaml version 4.02.0+
  • OPAM packages: ppx_deriving

To build Adapton, just run make.

To pin Adapton as an OPAM package (under the package name 'adapton'), just run make install.

For a simple and well-documented example, go here. For a more involved, poorly documented, research-quality use of Adapton, see Inc IMP, an incremental interpreter for a small imperative programming language.

Please contact @labichn if you have any questions or comments about this Adapton library.

Contributors

labichn

64 commits

dvanhorn

12 commits

kyleheadley

2 commits

khooyp

1 commits

Languages

OCaml

90.0%

Shell

8.3%

R

1.1%