@hackage rapid0.1.4
Rapid prototyping with GHCi: hot reloading of running components and reload-surviving values
Categories
License
BSD-3-Clause
Maintainer
Ertugrul Söylemez <esz@posteo.de>
Links
Versions
Installation
Dependencies (5)
- async >=2.1 && <2.3
- base >=4.8 && <4.17
- containers >=0.5 && <0.7
- foreign-store >=0.2 && <0.3
- stm >=2.4 && <2.6 Show all…
Dependents (3)
@hackage/acme-everything, @hackage/progress-meter, @hackage/rapid-term
Rapid
This is a helper library for rapid prototyping in GHCi sessions. It provides hot-reloadable background threads as well as values that can be reused across module reloads (to save initialisation time). Main use cases include the development of long-running applications, especially those with multiple separable units: servers, web applications, interactive user interfaces, etc.
A tutorial-style introduction is contained within the Rapid module.