Functional Reactive Programming
Functional Reactive Programming (FRP) is a programming paradigm, originating from research by Conal Elliott and Paul Hudak, that models time-varying values and event streams as first-class, composable values within a purely functional programming style, combining functional programming's declarative composition with…
5 resources across 1 library
Glossary Terms(5)
PureScript
PureScript is a strongly-typed, purely functional programming language that compiles to readable JavaScript, designed as a Haskell-inspired alternative for bui…
ReasonML
ReasonML is a syntax and toolchain, created by Facebook, that provides a more JavaScript-familiar surface syntax for the OCaml language, allowing developers to…
Rescript
ReScript is a strongly and soundly typed programming language, evolved from the BuckleScript/ReasonML lineage, that compiles to clean, human-readable, and perf…
Reactive Programming
Reactive programming is a declarative programming paradigm centered on asynchronous data streams and the propagation of change, where computations are expresse…
Functional Reactive Programming
Functional Reactive Programming (FRP) is a programming paradigm, originating from research by Conal Elliott and Paul Hudak, that models time-varying values and…