TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Elixir concepts for Go developers

72 pointsby jaxonduover 9 years ago

4 comments

sanderjdover 9 years ago
Something this article misses a bit (which is fair, because it&#x27;s about the <i>language</i>) is that the Elixir community has already put together a very impressive amount of tooling for such a young language. For package management, hex seems mature and well-designed, and I&#x27;ve found their task &#x2F; compilation management tool, mix, to be a dream to work with. José Valim spent a lot of time talking about the entire ecosystem in his recent keynote at ElixirConf 2015[0].<p>[0]: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=9RB1JCKe3GY" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=9RB1JCKe3GY</a>
illiciumover 9 years ago
Looking forward to the forthcoming &quot;NextTrendyNewLang concepts for Elixir developers&quot; article.<p>In all seriousness, if you want to learn Elixir, learn Erlang.
评论 #10404120 未加载
评论 #10404628 未加载
评论 #10405507 未加载
评论 #10404460 未加载
评论 #10405375 未加载
phamiltonover 9 years ago
&gt; in proper functional languages data is immutable. Once you have set a variable you can not change it.<p>Immutability != single assignment. Two separate concepts, often confused. Elixir is immutable but allows variable shadowing, in which a new variable with the same name is created and the old variable is tossed.
sgtover 9 years ago
Although I have nothing against Erlang, I regularly see claims such as &quot;Erlang is powering around 50% of telecom networks.&quot;, also stated in this article. Is this correct, though? Or was this the case only many years ago?
评论 #10404502 未加载