|
|
|
|
|
by MCRed
4294 days ago
|
|
As an elixir programmer who loves erlang, programming elixir is programming erlang (compiles down to the same thing). It makes some things a lot easier than they are in erlang- a lot- and syntax is just one of them. But the really are, in a fundamental way, the same "language". Elixir is just a lot easier for newbies, and rubyists. I think it's prettier and more fun, which is why I choose it, but I switch to erlang when needed, and regularly use erlang libraries in my elixir projects. |
|
When two languages have different semantics, they are different languages.
And finally, when two languages have fundamentally different syntaxes, the idioms promoted by their creators differ, and thus problems are solved in different ways.
They are not fundamentally the same language, no.