Live data from Hacker News

Learn Elixir with a Rubyist (IV) – Types, Data Structures and Pattern Matching

joaomdmoura.com

61–62 of 62 posts

Re: Learn Elixir with a Rubyist (IV) – Types, Data Structures and Pattern Matching

#61

Earlier quoted context omitted.

I would disagree with the notion that Elixir's ecosystem isn't as rich as Node's for two reasons: 1. Node has a lot of packages to be sure, but a lot of them are redundant, and a lot of them are packages that overcome some weakness in the Javascript standard library. Elixir doesn't have as many duplicates in its ecosystem, and its standard library is robust enough that you don't have to search for packaged one-liners…

I definitely agree with 1/, yet I was more referring to more advanced functionalities (but I do agree that the "foundations" of Elixir are very strong and I think it will ultimately be a large factor of its success). 2/ Did you mean "Elixir has access to Erlang ..." rather than "Node...", I assume? I'm well aware of that (I also use Java libraries quite a lot with JRuby etc, similarly), yet having worked with Erlang…

Yeah, sorry about the typo. I did mean that Elixir has access to Erlang...

Re: Learn Elixir with a Rubyist (IV) – Types, Data Structures and Pattern Matching

#62
post #60

Earlier quoted context omitted.

Phoenix tends to do .... interesting things with macros. It's not your typical Elixir application. I find my IDE to be helpful in this situation, since all macros are compile time and thus can be unwrapped by the IDE.

What IDE do you use for Elixir? Thanks.

I use IntelliJ and Atom. I'm actually still deciding which is better.
Post reply on HN