Live data from Hacker News

The Erlang Runtime System

happi.github.io

1–10 of 27 posts

Re: The Erlang Runtime System

#8
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.

Re: The Erlang Runtime System

#9
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.

Re: The Erlang Runtime System

#10
post #9

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…

[deleted]
Post reply on HN