#elixir
Read more stories on Hashnode
Articles with this tag
Kernel.update_in makes it easy to update nested structures. For example, let's say we want to change Jack's last name to "Nimble" in the following...
When I first started with Elixir, I was so used to imperative languages, I would think about how I would code something in one first and convert that...