rapid: Rapid prototyping with GHCi: hot reloading of running components and reload-surviving values
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- The 'synopsis' field is rather long (max 80 chars is recommended).
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]
Properties
Versions | 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 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 && <2.3), base (>=4.8 && <4.18), containers (>=0.5 && <0.7), foreign-store (>=0.2 && <0.3), stm (>=2.4 && <2.7) [details] |
License | BSD-3-Clause |
Copyright | Copyright 2018 Ertugrul Söylemez |
Author | Ertugrul Söylemez <esz@posteo.de> |
Maintainer | Ertugrul Söylemez <esz@posteo.de> |
Category | Development |
Home page | https://github.com/esoeylemez/rapid |
Bug tracker | https://github.com/esoeylemez/rapid/issues |
Source repo | head: git clone https://github.com/esoeylemez/rapid.git |
Uploaded | by eyeinsky at 2023-12-11T15:39:59Z |
Modules
- Rapid
Downloads
- rapid-0.1.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees