From 76bf57d0df37e4e66100fd4b179a29a88b6fa716 Mon Sep 17 00:00:00 2001 From: Mariano Guerra Date: Thu, 26 Sep 2024 11:29:06 +0200 Subject: [PATCH] Update Propagators.md --- pages/Propagators.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/Propagators.md b/pages/Propagators.md index d4a7a14..fb15a41 100644 --- a/pages/Propagators.md +++ b/pages/Propagators.md @@ -22,8 +22,11 @@ This model makes it easy to smoothly combine expression-oriented and constraint- - [George Wilson - An Intuition for Propagators - Compose Melbourne 2019](https://www.youtube.com/watch?v=nY1BCv3xn24) - [Propagators Part 1 • Edward Kmett • YOW! 2016](https://www.youtube.com/watch?v=tETbivwzXBM) - [Propagators Part 2 • Edward Kmett • YOW! 2016](https://www.youtube.com/watch?v=0igYOKcIWUs) +- [Thomas Kristensen - Propagators in Clojure](https://www.youtube.com/watch?v=JXOOO9MLvhs) ## Projects - [Propaganda: A propagator library for Clojure](https://github.com/tgk/propaganda) - - Check the readme for more resources + - Check the readme for more resources +- [Propagators: A propagator library for Haskell](https://github.com/ekmett/propagators) +- [Holograph: Visual propagators on top of tldraw](https://www.holograph.so/)