diff options
-rw-r--r-- | posts/2024-07-03-frp-with-propagators.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/posts/2024-07-03-frp-with-propagators.md b/posts/2024-07-03-frp-with-propagators.md index da7d8b0..12046e7 100644 --- a/posts/2024-07-03-frp-with-propagators.md +++ b/posts/2024-07-03-frp-with-propagators.md @@ -1130,6 +1130,16 @@ FRP system based on propagators since then that’s used in real software? I don’t know of anything but it’s a big information superhighway out there. +**Update**: Since publishing, I have learned about the following: + +* [Holograph](https://www.holograph.so/): A visual editor for + propagator networks! Amazing! + +* [Scoped + Propagators](https://www.orionreed.com/posts/scoped-propagators): A + WIP propagator system with some notable differences from + “traditional” propagators. + I wish I had read Alexey Radul's disseration 10 years ago when I was first exploring FRP. It would have saved me a lot of time spent running into problems that have already been solved that I was not |