|
|
|
|
|
by mononcqc
4292 days ago
|
|
For anyone who's interested in Elixir (or functional programming in general) but thinks it looks a bit daunting, check out Erlang. It's a stable production language which has just turned 17.3, has extensive resources, and runs on its own VM (kind of like how Java runs on the JVM). This gives you all of the amazing concurrent power which has helped the Heroku guys here. Check it out!: http://erlang.org/ |
|
The reason I'm promoting elixir instead is because I feel that it's easier to pick up in terms of how different it is from imperative and OO languages.
While you are right in how Erlang has a much longer reputation, it's odd though how it hasn't gained much popularity like other languages that have been around for that long.