Reflex FRP topic
Reflex FRP is a composable, cross-platform functional reactive programming framework for Haskell. It allows you to build interactive components in pure functional style, working in harmony with established Haskell techniques and improving the quality and elegance of your applications.
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 lik...
reflex-platform
A curated package set and set of tools that let you build Haskell packages so they can run on a variety of platforms. reflex-platform is built on top of the nix package manager.
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 f...
reflex-dom-inbits
A tutorial for reflex-dom with small code bits
markup.rocks
Pandoc based document editor and converter in your browser.
slownews
🐢 Bringing slow news for the nervous among us
reflex-vty
Build terminal applications using functional reactive programming (FRP) with Reflex FRP.
reflex-examples
See Reflex FRP in action with tinker-friendly code samples you can run yourself.
haskell-calculator
Evaluation and visualization of simple arithmetic expressions in Haskell.