Rattus alternatives and similar packages
Based on the "FRP" category.
Alternatively, view Rattus alternatives based on common mentions on social networks and blogs.
-
reflex
Interactive programs without callbacks or side-effects. Functional Reactive Programming (FRP) uses composable events and time-varying values to describe interactive systems as pure functions. Just like other pure functional code, functional reactive code is easier to get right on the first try, maintain, and reuse. -
sodium
Sodium - Functional Reactive Programming (FRP) Library for multiple languages -
reactive-banana
Library for functional reactive programming in Haskell. -
reflex-dom
Web applications without callbacks or side-effects. Reflex-DOM brings the power of functional reactive programming (FRP) to the web. Build HTML and other Document Object Model (DOM) data with a pure functional interface. -
Yampa
Functional Reactive Programming domain-specific language for efficient hybrid systems -
dunai
Classic FRP, Arrowized FRP, Reactive Programming, and Stream Programming, all via Monadic Stream Functions -
rhine
Haskell Functional Reactive Programming framework with type-level clocks -
essence-of-live-coding-gloss
Universal Live Coding & Functional Reactive Programming Framework -
reactive-bacon
FRP (functional reactive programming) framework inspired by RX and Iteratee -
reflex-fsnotify
Watch files and directories for changes using a functional-reactive interface! -
drClickOn
Code accompanying the paper "Monadic Functional Reactive Programming" -
ordrea
Push-pull implementation of discrete FRP with totally-ordered switchers -
reflex-transformers
Switchable monad transformers and collections for reflex -
Yampa-core
Domain-specific language embedded in Haskell for programming hybrid (mixed discrete-time and continuous-time) systems. Yampa is based on the concepts of Functional Reactive Programming (FRP) and is structured using arrow combinators. -
dunai-core
Functional Reactive Programming using Monadic Stream Functions (forked core library)
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Rattus or a related project?
README
Introduction 
This library implements the Rattus programming language as an embedded DSL. To this end the library provides a GHC plugin that performs the additional checks that are necessary for Rattus.
Rattus is a functional reactive programming (FRP) language that uses modal types to ensure operational properties that are crucial for reactive programs: productivity (in each computation step, the program makes progress), causality (output depends only on current and earlier input), and no implicit space leaks (programs do not implicitly retain memory over time).
A detailed introduction to the language with examples can be found in this [paper](docs/paper.pdf), sections 2 and 3.