When you start to use Elixir, one of the first thing that you use or see people using is IEx, let’s understand its main features and how it can help you.
Tag Archives: Programming Languages
Elixir Notes I – Pattern Matching
When you came across Elixir, one of the first things that you’ll hear about is the famous “Pattern Matching” and Elixir’s match operator, this is not a coincidence since many things in Elixir/Erlang are built around it.
Types of Memory Allocation, a brief view
Understanding the different types of memory allocation.
Logic Programming
When talking about programming we have a lot of paradigms of programming languages and logic is one of them, but unfortunately isn’t very popular, to be sincere Prolog is most used by academia.