From f4dc9d3b7f62fe7e21eca5c22fa804a727ab4d77 Mon Sep 17 00:00:00 2001 From: Magnus Madsen Date: Wed, 5 Nov 2025 10:55:58 +0100 Subject: [PATCH 1/2] chore: add blog post by Varun Gandhi on effect systems --- src/blog-posts.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/blog-posts.md b/src/blog-posts.md index 5526baa3..0a5f64f3 100644 --- a/src/blog-posts.md +++ b/src/blog-posts.md @@ -35,6 +35,10 @@ __Lutz Hühnken__ wrote a blog post on Flix for Java progammers: - [Flix For Java Programmers](https://www.reactivesystems.eu/2022/06/24/flix-for-java-programmers.html) +__Varun Gandhi__ wrote a critical blog post about the value of effects, using Flix as an example: + +- [[On the purported benefits of effect systems](https://typesanitizer.com/blog/effects-convo.html) + __Magnus Madsen__ did an interview about Flix on the Happy Path Programming podcast: - [Episode 54 Flix: Designing a principled programming language with Magnus Madsen](https://anchor.fm/happypathprogramming/episodes/54-Flix-Designing-a-principled-programming-language-with-Magnus-Madsen-e1dueb2) From a551a7d1296e3f83381721b4c8132b7cc5536b50 Mon Sep 17 00:00:00 2001 From: Magnus Madsen Date: Wed, 5 Nov 2025 10:56:31 +0100 Subject: [PATCH 2/2] . --- src/blog-posts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blog-posts.md b/src/blog-posts.md index 0a5f64f3..f459e993 100644 --- a/src/blog-posts.md +++ b/src/blog-posts.md @@ -37,7 +37,7 @@ __Lutz Hühnken__ wrote a blog post on Flix for Java progammers: __Varun Gandhi__ wrote a critical blog post about the value of effects, using Flix as an example: -- [[On the purported benefits of effect systems](https://typesanitizer.com/blog/effects-convo.html) +- [On the purported benefits of effect systems](https://typesanitizer.com/blog/effects-convo.html) __Magnus Madsen__ did an interview about Flix on the Happy Path Programming podcast: