|
|
|
|
|
by bsder
438 days ago
|
|
Erlang looks weird--Prolog-base, tail recursive loops, extensive pattern matching. Also, a lot of the power of Erlang is the OTP (Open Telecom Platform) even more than Erlang, itself. You have to internalize those architectural decisions (expect crashes--do fast restart) to get the full power of Erlang. Elixir seems like it has been finding more traction by looking more like mainstream languages. In addition, languages on the BEAM (like Elixir) made the BEAM much better documented, understood and portable. |
|