You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Repo is intended to showcase the Power of Folding which is a technique in functional programming that reduces a data structure into a single value. Elixir achieves this mainly through Enum.reduce/3 and you'll get to see just how much power lies in this function.
This Repo is intended to showcase the Power of Folding which is a technique in functional programming that reduces a data structure into a single value. Elixir achieves this mainly through Enum.reduce/3 and you'll get to see just how much power lies in this function.