Learning back end Elixir programming without back end experience

Personally I think that Elixir is easiest language (especially when learning as first language as you do not have any OOP language in mind).

The most important part for developer is how nice code (to read quickly) you are able to write (Elixir have awesome builtin support for lots of things like documentation) and how much code you need to write in order to achieve something.

(…) The new code is about one-tenth of the size of the old code. (…)

Source: An introduction to the Elixir programming language | Kyan

Other threads which may help you:

  1. What is your number one tip for anyone new to Elixir?
  2. Your Elixir Tips Thread
  3. Elixir’s biggest gotchas?
7 Likes