rapid: Hot reload and reload-surviving values with GHCi

[ bsd3, development, library ] [ Propose Tags ]

Features:

  • Reload individual components of your application as you iterate: improves development experience for long-running applications such as (web) servers or user interfaces by keeping the app running in the background and allowes reloading components after code changes.

  • Reuse expensive resources across reloads: useful in batch-style programs to compute/aquire a resource once, then reuse it across code reloads.

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


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

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 && <2.3), base (>=4.8 && <4.20), containers (>=0.5 && <0.8), 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 Markus Läll <markus.l2ll@gmail.com>
Category Development
Home page https://github.com/haskell-rapid/rapid
Bug tracker https://github.com/haskell-rapid/rapid
Source repo head: git clone https://github.com/haskell-rapid/rapid
Uploaded by eyeinsky at 2024-01-22T13:24:59Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 3428 total (30 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-01-22 [all 1 reports]

Readme for rapid-0.1.5.3

[back to package description]

Rapid

Hot reload and reload-surviving values with GHCi.

See Rapid on hackage for more info and a tutorial-style introduction.