Skip to content

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.

Notifications You must be signed in to change notification settings

Deankinyua/folding-in-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Folding In Elixir

To run this phoenix app:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published