#elixir #immutability #programming #while_loop #functional_programming
Using while loops in elixir
https://medium.com/@kohlerjp/using-while-loops-in-elixir-efc368149aa1
Using while loops in elixir
https://medium.com/@kohlerjp/using-while-loops-in-elixir-efc368149aa1
Medium
Using While Loops in Elixir
Most people would tell you not to use a while loop in Elixir. And most people are right. Since data is immutable, they generally won’t do…