The latest version of rapid is 0.1.5.3-0.

rapid

Version 0.1.4 revision 0 uploaded by esz.

Package meta

Synopsis
Rapid prototyping with GHCi: hot reloading of running components and reload-surviving values
Description

This package provides a rapid prototyping suite for GHCi that can be used standalone or integrated into editors. You can hot-reload individual running components as you make changes to their code. It is designed to shorten the development cycle during the development of long-running programs like servers, web applications and interactive user interfaces.

It can also be used in the context of batch-style programs: Keep resources that are expensive to create in memory and reuse them across module reloads instead of reloading/recomputing them after every code change.

Technically this package is a safe and convenient wrapper around foreign-store.

Author
Ertugrul Söylemez <esz@posteo.de>
Bug reports
https://github.com/esoeylemez/rapid/issues
Category
Development
Copyright
Copyright 2018 Ertugrul Söylemez
Homepage
https://github.com/esoeylemez/rapid
Maintainer
Ertugrul Söylemez <esz@posteo.de>
Package URL
n/a
Stability
n/a

Components