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.

The Erlang Runtime System

262 pointsby mattw1810about 7 years ago

7 comments

andy_pppabout 7 years ago
The thing that gets me about Erlang and Elixir is that it has transparent and simple to use microservices out of the box. These services are machine transparent, can be called locally and remotely, provide bounded contexts within your application, are robust and supervised against crashes, are simpler to deploy and far far simpler to develop, can be discovered using a variety of solutions or your own code. They also don’t require hundreds of containers interacting to work locally. I would go so far as to suggest that you shouldn’t build a microservices system without looking at the huge time, cost and complexity savings that Elixir or Erlang will give you.
评论 #17005805 未加载
评论 #17005858 未加载
评论 #17005749 未加载
lytedevabout 7 years ago
The more I learn about erlang, elixir, and all the pieces that make them tick, the more fascinating and appealing it all seems. It's also arguably my first deeper dive into a compiler and all the ways you can get it to go the extra mile. It's pretty amazing stuff the technology that goes into a modern compiler.
stevedominabout 7 years ago
You can download a PDF version from here: <a href="https:&#x2F;&#x2F;github.com&#x2F;happi&#x2F;theBeamBook&#x2F;releases" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;happi&#x2F;theBeamBook&#x2F;releases</a>
vimal7370about 7 years ago
Erlang is awesome! This book as well. Learned a ton about ERTS. Must read for everyone who works in erlang.
abenedicabout 7 years ago
Due to its crash tolerant nature the Erlang runtime system always seemed a little odd. I like this introduction though. I don&#x27;t write much Erlang, but I have to run a lot of it.
dmeadabout 7 years ago
Thanks for this, the last time I read a straightforward language tutorial in this spirt was &quot;A Gentle introduction to Haskell&quot; around 2004-2005.
signa11about 7 years ago
dupe: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=16952311" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=16952311</a>
评论 #17004659 未加载