Tag: elixir
How To Pattern Match Bitstrings And Binaries In Elixir
elixir, functional programming
TL;DR In the previous post, we explained how to pattern-match Elixir Maps. Today we explain how to pattern-match Elixir Bitstrings and Binaries. This post is part of the functional language…
How To Pattern Match Maps In Elixir
elixir, functional programming
TL;DR In the previous post, we explained how to make pattern matching on Elixir Lists. Today we move on pattern matching Elixir Maps. This post is part of the functional…
How To Pattern Match Lists In Elixir
elixir, functional programming
TL;DR In the previous post, we presented Variables In Elixir Pattern Matching. Today we explain how to make pattern matching on Elixir lists. This post is part of the functional language…
Variables In Elixir Pattern Matching
elixir, functional programming
TL;DR In the previous post, we presented the Elixir constants Pattern Matching. Today we move onto Variables In Elixir Pattern Matching. This post is part of the functional language series,…
How To Pattern Match Constants In Elixir
elixir, functional programming
TL;DR In the previous post, we presented how to pattern-match tuples. Today we move on to Elixir constants Pattern Matching. This post is part of the functional language series, and…
How To Pattern Match Tuples In Elixir
elixir, functional programming
TL;DR In the previous post, we presented the pattern matching operator. Today we explain Elixir tuples Pattern Matching. This post is part of the functional language series, and it is…
How To Do Control Flow In Elixir With Pattern Matching Operator
elixir, functional programming
TL;DR In the previous post, we presented four ways how to do control flow in Elixir. Today we explain Elixir Pattern Matching Operator. This post is part of the functional…
Four Ways To Do Control Flow In Elixir Language
elixir, functional programming
TL;DR In the previous post, we explain three ways how to run the Elixir script. Today we present four ways how to do control flow in Elixir. This post is…
Three Ways How To Run Elixir Script
elixir, functional programming
TL;DR In the previous post, we presented how to run pure Erlang functions from Elixir. Today we explain three ways how to run Elixir script. This post is part of…