Skip to content

A small DSL in Kotlin for incremental computation, inspired by the incremental library for OCaml.

Notifications You must be signed in to change notification settings

Sintrastes/kinetix

Repository files navigation

Kinetix

A small DSL in Kotlin for incremental computation, inspired by the incremental library for OCaml.

Can be thought of as a light-weight alternative to frameworks like flow or rxJava, but more tailored to incrementally updating computations (think a generalized spreadsheet!) than to general concurrent reactivity. See this blog post from Jane Street for some more information on how this approach compares to related techniques like FRP (functional reactive programming).

Kinetix is in early stages of development, but contributions are welcome!

Examples

TODO

Getting Started

TODO: Publish to Maven Central.

About

A small DSL in Kotlin for incremental computation, inspired by the incremental library for OCaml.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages