dlang / project-ideas

Collection of impactful projects in the D ecosystem
36 stars 12 forks source link

Functional Reactive Programming #17

Open burner opened 5 years ago

burner commented 5 years ago

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.

Robert-M-Muench commented 5 years ago

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

burner commented 5 years ago

https://github.com/burner/reduxed