rapid: Rapid prototyping with GHCi: hot reloading of running components and reload-surviving values
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.
[Skip to Readme]
Downloads
- rapid-0.1.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.5.1, 0.1.5.2, 0.1.5.3 |
---|---|
Change log | CHANGELOG.md |
Dependencies | async (>=2.1 && <3), base (>=4.8 && <5), containers (>=0.5 && <1), foreign-store (>=0.2 && <1), stm (>=2.4 && <3) [details] |
License | LicenseRef-Apache |
Copyright | Copyright 2016 Ertugrul Söylemez |
Author | Ertugrul Söylemez <esz@posteo.de> |
Maintainer | Ertugrul Söylemez <esz@posteo.de> |
Category | Development |
Home page | http://hub.darcs.net/esz/rapid |
Bug tracker | http://hub.darcs.net/esz/rapid/issues |
Source repo | head: darcs get http://hub.darcs.net/esz/rapid |
Uploaded | by esz at 2016-07-11T21:22:04Z |
Distributions | |
Reverse Dependencies | 3 direct, 0 indirect [details] |
Downloads | 3758 total (1 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |