Lightweight Processes and spawning a proess

Erlang is popular because of its lightweight processes, actors and working rightly in distributed system. Elixir brings that on Lets look   Read More »

First real world example

I am not gonna use hello world example, because that is too simple and boring as well. So lets start with fibonacci series example.   Read More »

Introduction to Elixir

Elixir is a functional, meta-programming aware language that translates to Erlang VM. It is a dynamic language with flexible syntax and macro support that leverages Erlang’s abilities to build concurrent, distributed and fault-tolerant applications with hot code upgrades.   Read More »

Welcome to Elixir by Example!

Welcome to Elixir by Example. This blog will mainly cover, learning elixir from a beginners perspective; that will gradualy sharpen skills.   Read More »
comments powered by Disqus