essence-of-live-coding-quickcheck

General purpose live coding framework - QuickCheck integration

https://www.manuelbaerenz.de/#computerscience

Version on this page:0.1.0.3
LTS Haskell 20.26:0.2.7
Stackage Nightly 2022-11-17:0.2.6
Latest on Hackage:0.2.7

See all snapshots essence-of-live-coding-quickcheck appears in

BSD-3-Clause licensed by Manuel Bärenz
Maintained by [email protected]
This version can be pinned in stack with:essence-of-live-coding-quickcheck-0.1.0.3@sha256:6a6df139ea67481bbab4febfe3236a6e3c8f4847c5d16784341208d6ebf2cbba,1590

Module documentation for 0.1.0.3

essence-of-live-coding is a general purpose and type safe live coding framework.

You can run programs in it, and edit, recompile and reload them while they're running. Internally, the state of the live program is automatically migrated when performing hot code swap.

The library also offers an easy to use FRP interface. It is parametrized by its side effects, separates data flow cleanly from control flow, and allows to develop live programs from reusable, modular components.

This package contains useful utilities for quickchecking.

Changes

Revision history for essence-of-live-coding-quickcheck

0.1.0.0 – YYYY-mm-dd

  • First version. Released on an unsuspecting world.