diff options
author | David Thompson <dthompson2@worcester.edu> | 2024-07-09 12:34:39 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2024-07-09 12:34:39 -0400 |
commit | 8d6fede6fbd0c8fa9d3929d19dfb3c35874e394d (patch) | |
tree | c9ce757eaad99a8925551e5bbb6caf7c21579031 /posts | |
parent | a7eb1a0c87057998e169b0852fbe350f20169955 (diff) |
Update propagators post with new things I've learned about.
Diffstat (limited to 'posts')
-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 |