DEV Community

Discussion on: Welcome Thread - v13

 
tumee profile image
Tuomo Kankaanpää

Nothing specific problems AFAIK but you are right, he said the same thing that it requires a brain-rewire :P And also that at first it might be a bit hard (especially if you are coming from OOP world) but once you "get" how things are done in Elixir, it's just gets so much better!

Thread Thread
 
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.