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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Adopting Erlang

366 点作者 ProfDreamer超过 5 年前

7 条评论

mononcqc超过 5 年前
One of the authors here. This website is still a work in progress.<p>It&#x27;s an ongoing effort to gather all the resources that will help you use Erlang in a business. The booksite is divided in three sections focusing particularly on Erlang&#x2F;OTP’s higher level concepts in the current open source ecosystem, how to use it in production (while setting up a pipeline for continuous development and delivery), and how to build a team when you’re starting from scratch.<p>We&#x27;re working mostly linearly in each section, but they&#x27;re not all progressing at the same pace. We have nothing yet on &quot;building a team&quot; although our outlines are all planned; the &quot;hard things to get right&quot; chapter was supposed to come in later but we saw enough questions about these topics to rush it out.<p>We might release things from each section as they are ready and we see fit. In the meanwhile, we&#x27;re always appreciating feedback and people checking in to see what&#x27;s new in terms of content.
评论 #21380964 未加载
评论 #21380472 未加载
评论 #21382371 未加载
评论 #21380281 未加载
评论 #21381239 未加载
评论 #21381217 未加载
评论 #21381040 未加载
评论 #21381613 未加载
评论 #21385072 未加载
dxhdr超过 5 年前
This is amazing, thanks for all of your hard work! It&#x27;s very encouraging to see continual effort put into the Erlang ecosystem. I haven&#x27;t used Erlang in around 5 years so this looks right up my alley for getting up to date with the latest best practices.<p>As an aside, it&#x27;s been a little bittersweet seeing all of the attention and momentum going into Elixir. Yes it&#x27;s great for BEAM and Erlang certainly benefits from those contributions as well. But there&#x27;s just something so beautiful about Erlang, it deserves more attention than it gets. Thanks for keeping the dream alive!
shijie超过 5 年前
As an Elixir dev for coming up on four (four! Jeez where has the time gone?) years, I’ve yet to really delve into Erlang. I can read the syntax well enough to figure out why my Hackney request is doing odd things with my HTTP headers etc..., but that’s about it. To all Erlangers out there, what advantages&#x2F;niceties&#x2F;powers do you have in Erlang that make you reach for the language over Elixir?
评论 #21384040 未加载
dynamite-ready超过 5 年前
I&#x27;ve noticed there&#x27;s a section in there about deploying with Docker. I know many other development communities swear by Docker, but a number of the OTP&#x2F;BEAM devs I&#x27;ve spoken to seem unsure about it.<p>I also tend to believe Docker makes little sense, where OTP releases are the alternative.<p>What&#x27;s the opinion here? This question only pertains to OTP development.
评论 #21382896 未加载
评论 #21381350 未加载
评论 #21381329 未加载
评论 #21382376 未加载
sb8244超过 5 年前
Great stuff, as always. I liked this quote:<p>&gt; If you expect failure to happen on an external service, do not make its presence a guarantee of your system. We’re dealing with the real world here, and failure of external dependencies is always an option.
btbuildem超过 5 年前
I&#x27;ve always kludged my way through making Erlang applications. I still do, but having had a good read of this, I&#x27;m encouraged. Thanks!
rsrsrs86超过 5 年前
What is the use case for erlang given the current container technology and cloud providers? I mean many problems that erlang solved (and beautifully did it) can be dealt with docker and kubernetes
评论 #21383380 未加载
评论 #21384840 未加载