gelisam / frp-zoo

Comparing many FRP implementations by reimplementing the same toy app in each.
490 stars 31 forks source link

add "step signals" label to reflex #38

Closed as-capabl closed 9 years ago

as-capabl commented 9 years ago

It seems that the type Dynamic in reflex is comparable to Discrete types of other libraries.

jeffreyrosenbluth commented 9 years ago

While there are some similarities between Dynamic and Discrete, they are not the same. Reflex has a more general notion of time, i.e. time is not discrete as it is in the libraries that have "step signals". Dynamic is more similar to Conal's Reactive. I don't think "step signals" can be applied to Reflex.

as-capabl commented 9 years ago

Okay, I respect your opinion. Thank you for your comment! :-)