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.

What's coming in Elixir 1.3

85 pointsby tuvistavieabout 9 years ago

7 comments

im_down_w_otpabout 9 years ago
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 未加载
tbrooksabout 9 years ago
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 未加载
qaqabout 9 years ago
Elixir is moving forward at a very good pace.
评论 #11604072 未加载
BuckRogersabout 9 years ago
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_pppabout 9 years ago
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.
desireco42about 9 years ago
A lot of really good things. Elixir is already a pleasure to use, with these additions, Date standardization, it is going forward.
mperhamabout 9 years ago
Side note: your blog content doesn&#x27;t show up at all with JS disabled.
评论 #11604420 未加载
评论 #11605465 未加载