DEV Community

Discussion on: Welcome Thread - v13

 
dance2die profile image
Sung M. Kim

Ah, it sounds challenging (but I wouldn't run away from one).

Thread Thread
 
rickmutua profile image
Erick Mutua

lol you don't really need a complete brain rewire. started learning elixir a month ago and coming from oop (python) it has been great. the syntax ain't that bad and you can always get help from the elixir forum whenever you stuck

Thread Thread
 
dance2die profile image
Sung M. Kim

I was reading a chapter on List & Recursion (Programming Elixir by Dave Thomas).

Implementing map wasn't so bad but reduce required some change in thinking. (And mapsum doubly so 😛)

But it's been a fun experience.