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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

What's coming in Elixir 1.3

85 点作者 tuvistavie大约 9 年前

7 条评论

im_down_w_otp大约 9 年前
I don&#x27;t understand the purpose of `with`. If it&#x27;s to help people deal with deeply nested or byzantine case-clause structures, then that seems weird to me.<p>Isn&#x27;t the way to deal with that problem is to hoist those clauses into functions with different pattern signatures and rely on function-head matching?<p>Everything else looks awesome. I have to say, somewhat selfishly, that my favorite part of Elixir is actually the pressure it&#x27;s putting on the Erlang community to up its game and care more about developer experience and enablement through better tooling, etc.
评论 #11604244 未加载
评论 #11604190 未加载
tbrooks大约 9 年前
I&#x27;m most excited about the Calendar datatypes.<p>There are 2-3 really good Elixir libraries around dates and times: calendar, goodtimes, etc.<p>Choice is great, but I really like a canonical library around something so core as time.
评论 #11604653 未加载
qaq大约 9 年前
Elixir is moving forward at a very good pace.
评论 #11604072 未加载
BuckRogers大约 9 年前
Anyone who keeps an eye on Elixir and isn&#x27;t aware of the Elixir Radar mailing list should check it out. I don&#x27;t use Elixir regularly but like to stay updated with the most interesting tech platform of our time and ER is the best mailing list out there for this that I&#x27;ve found.
andy_ppp大约 9 年前
I&#x27;ve just started using with instead of case today and its tidied up a lot of code and made each piece more modular. The new with looks even better at handling errors, although I wander if it will discourage me from breaking up my functions quite so much.
desireco42大约 9 年前
A lot of really good things. Elixir is already a pleasure to use, with these additions, Date standardization, it is going forward.
mperham大约 9 年前
Side note: your blog content doesn&#x27;t show up at all with JS disabled.
评论 #11604420 未加载
评论 #11605465 未加载