nolyoi in #hive-169321 • 2 years agoElixir Comprehensions - The "for" macroIn this post we will be going over comprehensions in Elixir. A “Comprehension” is another word for Elixir’s for macro. It can be used to iterate through an enumerable, like Enum…nolyoi in #hive-196387 • 2 years agoThe Elixir Enum ModuleElixir Enum Module To help myself in learning more Elixir, I'm going to continue these Elixir guide/tutorial posts where I try to explain a different piece of Elixir in each…nolyoi in #hive-196387 • 2 years agoRecursion in Elixir, We Don't Get No Loops!As Elixir is a purely functional language, it doesn’t have loops. Instead, it uses a wide variety of recursive functions to achieve the same or better results. Below is an…nolyoi in #hive-196387 • 2 years agoLearning Elixir a Functional LanguageSo, I have a weird fascination with checking out new languages. I'm a Ruby developer by trade. But, that's not enough for me. So, I often find myself dabbling in other languages…