|
|
|
|
|
by erik14th
2711 days ago
|
|
I didn't like Elixir's syntax at first and I like Erlang's syntax, but Elixir is a lot more than "Erlang in rubyesque syntax" it's a brand. Elixir is a well-thought ecosystem designed by professional developers, it includes tooling(mix), documentation(hexdocs) and most important of all: an excellent community and community support. Plataformatec often posts about design decisions and best practices and it doesn't take long till you hit a forum post or github issue or SO question answered by Jose Valim, Elixir's creator or Chris McCord, responsible for Phoenix. You can very easily use Erlang code in Elixir projects, so I think it's worth taking a look. |
|