@hackage / Yampa-core

Library for programming hybrid systems.

Latest0.2.0

About

Metadata

  • Last updated , by NikolayOrlyuk
  • License BSD-3-Clause
  • Categories FRP
  • Maintained by: Mykola Orliuk (virkony@gmail.com)

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    test-hlint (off by default)
    test-afrp (off by default)

    Enable semi-manual tests (monitor space-time leak)

    examples (off by default)

    Build all examples

Readme

Domain-specific language embedded in Haskell for programming hybrid (mixed discrete-time and continuous-time) systems. Yampa is based on the concepts of Functional Reactive Programming (FRP) and is structured using arrow combinators. Yampa-core is a fork of Yampa that prefer to use other Haskell libraries like deepseq and vector-space.