Sep 08 2016
The Elixir way: Operational Reasoning
You are likely one of the many folks (myself included) who have recently learned to love Elixir. I initially started down the wrong road with Elixir, but I learned a valuable lesson as I corrected course. It takes some adjustment
Omid Bachari
EngineeringElixirFunctional ProgrammingFeb 20 2014
Fundamentals: An introduction to forEach, map and reduce.
Silhouette of streetlights against a white sky Mastering these three methods on arrays will reduce the size of your code, improve its readability and let you show off your knowledge of functional programming. The easiest way to jump into this is to
MojoTech
Functional ProgrammingEngineering