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. There are also useful utilities for debugging and quickchecking.

Changes

Revision history for essence-of-live-coding

0.2.3

  • Added printTimeC debugging utility

0.2.2

  • Added feedback migration

0.2.1

  • Adapted pulse backend to handles and refactored

0.2.0.1

  • Bug fixes
  • Version bounds

0.2.0.0

  • Adapted gloss backend to handles and refactored
  • Added a mechanism to make cells nonblocking
  • Added handles for nonserialisable values like threads, concurrent variables & device handles

0.1.0.3