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: