Hacker News new | ask | show | jobs
by davexunit 707 days ago
> Compared to FRP it is perhaps a bit more declarative in the definition of scopes, but otherwise seems equivalent.

FRP systems are typically limited to acyclic graphs. The system in this article allows for cycles.

1 comments

Every FRP system I've used allows cycles.
Such as?