My second steps on my journey through learn Clojure. At this post I chose my text editor!
Tag Archives: Tutorial
Clojure Journey I – First Steps
My first steps on my journey through learn Clojure.
Elixir notes II – Anonymous Functions
In the second part of this series, we learn about anonymous functions, closures and impure functions!
Elixir notes Appendix – IEx
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.
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.