Popularity
8.4
Stable
Activity
0.0
Stable
55
8
5

Monthly Downloads: 28
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Development    
Latest version: v0.1.4

rapid alternatives and similar packages

Based on the "Development" category.
Alternatively, view rapid alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of rapid or a related project?

Add another 'Development' Package

README

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.