project-ideas icon indicating copy to clipboard operation
project-ideas copied to clipboard

Functional Reactive Programming

Open burner opened this issue 6 years ago • 2 comments

Functional reactive programming (FRP) is a programming paradigm for reactive programming (asynchronous dataflow programming) using the building blocks of functional programming (e.g. map, reduce, filter). The best-known FRP API is the ReactiveX API whose implementation in D this project would focus. Note that this project is closely related to the std.eventloop project.

burner avatar May 11 '19 12:05 burner

See: https://github.com/lempiji/rx which is pretty good.

Robert-M-Muench avatar May 23 '19 15:05 Robert-M-Muench

https://github.com/burner/reduxed

burner avatar Jul 01 '19 12:07 burner