TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Elixir 1.11

381 点作者 nifoc超过 4 年前

15 条评论

ianleeclark超过 4 年前
&gt; IEx also has been improved to show the documentation for Erlang modules directly from your Elixir terminal.<p>This is a really nice change for those of us who straddle both languages. I&#x27;ve done a fair bit of work with both ets and the crypto module and having to jump into and out of firefox felt at odds with the rest of the development experience.
评论 #24698663 未加载
dmix超过 4 年前
Reading through the details of this release, I have to say this sort of functional backend&#x2F;compiler&#x2F;performance, etc style releases make the whole product as a whole better in the long run. This tick&#x2F;tock approach to releases is what every software project should strive for.<p>Too many consumer focused products become obsessively new-feature driven development [1], often to have new things to announce, or to appease the loudest whining customers&#x2F;industry critics of the day (operating systems like MacOS, Windows, and mobile platforms are the classic examples).<p>Much like in the design world where saying &quot;no&quot; often and pushing back against fanciness is critical, the same in software for pushing towards general structural improvement iterations is key to making good software.<p>[1] Ignoring of course the bug-fixing-driven development cycle that many projects get trapped in.
评论 #24706568 未加载
评论 #24705607 未加载
areichert超过 4 年前
Pretty stoked for this. I started learning Elixir a few months ago [0] and it&#x27;s been a great balance of fun + practical. Way easier to get up and running compared some other FP languages I&#x27;ve dabbled with in the past :P<p>Also shameless plug: we&#x27;re currently working on an open source messaging product called Papercups [1] if anyone is looking for an Elixir project to hack on!<p>[0] <a href="https:&#x2F;&#x2F;www.papercups.io&#x2F;blog&#x2F;elixir-noob" rel="nofollow">https:&#x2F;&#x2F;www.papercups.io&#x2F;blog&#x2F;elixir-noob</a><p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;papercups-io&#x2F;papercups" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;papercups-io&#x2F;papercups</a>
评论 #24702295 未加载
tres超过 4 年前
Runtime configuration is my favorite new feature of this release.<p>Dancing around runtime vs compile time configuration seemed like it was one of the &quot;harder&quot; parts of dropping into Elixir.<p>edit: grammar
评论 #24701758 未加载
dcolkitt超过 4 年前
Question from someone who&#x27;s never tried Erlang&#x2F;Elixir but is interested.<p>If you&#x27;re starting a greenfield project in 2020, is there any reason to use baseline Erlang instead of Elixir? I get the impression that Elixir is a strict improvement (besides legacy compatibility). But this is a very very uninformed impression.
评论 #24703984 未加载
评论 #24701408 未加载
评论 #24701816 未加载
评论 #24702699 未加载
评论 #24701645 未加载
评论 #24704480 未加载
评论 #24700868 未加载
评论 #24703015 未加载
评论 #24704940 未加载
josevalim超过 4 年前
The official release announcement can be found here: <a href="https:&#x2F;&#x2F;elixir-lang.org&#x2F;blog&#x2F;2020&#x2F;10&#x2F;06&#x2F;elixir-v1-11-0-released&#x2F;" rel="nofollow">https:&#x2F;&#x2F;elixir-lang.org&#x2F;blog&#x2F;2020&#x2F;10&#x2F;06&#x2F;elixir-v1-11-0-relea...</a><p>It provides more context, links, and other improvements over the CHANGELOG. I am not sure if it is possible to update the link in the post though.
评论 #24701525 未加载
评论 #24699559 未加载
bot41超过 4 年前
I started to learn Elixir and Phoenix awhile ago. I liked it but stopped due to (i) there&#x27;s no job opportunities near me for Elixir and I wanted to the learning&#x2F;projects I do on my own to help me in interviews; and (ii) it&#x27;s not a strongly typed language which I have come to learn is my favored type of language
评论 #24699944 未加载
评论 #24700572 未加载
评论 #24699812 未加载
评论 #24698863 未加载
评论 #24698818 未加载
评论 #24700159 未加载
评论 #24700690 未加载
ramchip超过 4 年前
It&#x27;s great to see some type checking sneaking in Elixir :)
anonymousDan超过 4 年前
Are there any plans for JIT compilation for elixir&#x2F;Erlang and if not why not?
评论 #24701839 未加载
评论 #24699788 未加载
评论 #24699822 未加载
princevegeta89超过 4 年前
All I could only ask for today is just a better ide support. I don&#x27;t like vscode; even though the plugin for intellij has improved, there is still a lot to be desired
评论 #24703566 未加载
评论 #24702067 未加载
auraham超过 4 年前
I love Elixir. I would like to see more improvements in iex, something like ipython for python.
评论 #24701402 未加载
ch4s3超过 4 年前
I know support for the map.field syntax in guards is a bit controversial, but I&#x27;m really excited about it!
评论 #24698833 未加载
bostonvaulter2超过 4 年前
I&#x27;m really excited for the runtime configuration updates and the compile time tracking updates.
_zachs超过 4 年前
I&#x27;m stuck between learning Clojure and Elixir (for a backend that will power a web app). The one thing pulling me towards Clojure is ClojureScript, and the fact that I&#x27;d be able to write a frontend and backend with the same syntax.
svnpenn超过 4 年前
Does anyone know a fast mirror for Erlang? Every time I try to download its very slow:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;erlang&#x2F;eep&#x2F;issues&#x2F;12" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;erlang&#x2F;eep&#x2F;issues&#x2F;12</a>