As the title suggests, I’m curious to know if anyone makes effective use of the mentioned patterns (as well as other similar ones). I started learning these concepts through Scala and I’m having a hard time digesting this information. Even though Elixir is a functional programming language, fortunately, I haven’t seen these same concepts used as much here although I have seen a few relevant libraries like Witchcraft. I sense that for whatever reason, these patterns are not particularly popular in Elixir and I’d also be curious to hear why that is so. Any thoughts or opinions on this topic are welcomed
Thanks @al2o3cr and @hauleth, I guess the ideas are indeed very much present in Elixir code, even though it isn’t immediately apparent to someone with poor FP knowledge (like me)