project-ideas
project-ideas copied to clipboard
Functional Reactive Programming
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.
See: https://github.com/lempiji/rx which is pretty good.
https://github.com/burner/reduxed