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.

List Reflex FRP repositories

reflex

1.1k
Stars
142
Forks
Watchers

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

714
Stars
162
Forks
Watchers

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

349
Stars
139
Forks
Watchers

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

116
Stars
46
Forks
Watchers

A tutorial for reflex-dom with small code bits

markup.rocks

381
Stars
25
Forks
Watchers

Pandoc based document editor and converter in your browser.

slownews

113
Stars
11
Forks
Watchers

🐢 Bringing slow news for the nervous among us

reflex-vty

137
Stars
25
Forks
Watchers

Build terminal applications using functional reactive programming (FRP) with Reflex FRP.

reflex-examples

77
Stars
33
Forks
Watchers

See Reflex FRP in action with tinker-friendly code samples you can run yourself.

flatris

15
Stars
5
Forks
Watchers

FRP block game

haskell-calculator

21
Stars
2
Forks
Watchers

Evaluation and visualization of simple arithmetic expressions in Haskell.