Pezo - Zoltan Peto
01/08/2020, 10:12 PMDoug Moen
01/08/2020, 10:43 PMIt is sometimes called “functional reactive programming” but this is a misnomer. ReactiveX may be functional, and it may be reactive, but “functional reactive programming” is a different animal. One main point of difference is that functional reactive programming operates on values that change continuously over time, while ReactiveX operates on discrete values that are emitted over time. (See Conal Elliott’s work for more-precise information on functional reactive programming.)
Pezo - Zoltan Peto
01/08/2020, 11:11 PMTo reduce confusion, I would like to see the term “functional reactive programming” replaced by the more accurate & descriptive “denotative, continuous-time programming” (DCTP)Original FRP becomes DCTP and FRP can be vaguely used for functionally-composable signals.
Pezo - Zoltan Peto
01/08/2020, 11:14 PMEdward de Jong / Beads Project
01/08/2020, 11:56 PMDoug Moen
01/09/2020, 12:14 AMPezo - Zoltan Peto
01/09/2020, 2:50 AMwtaysom
01/09/2020, 5:10 AM