|
|
|
|
|
by jbothma
1838 days ago
|
|
Could you find the link? I'm not sure kubernetes can really replace erlang. Some of the key things that distinguishes erlang are - light "threads" and supervision of them - OTP which is largely a library other languages with message passing and light threads could implement - garbage collection per light "thread" rather than stop-the-world Akka was on the right track in supporting the same approach to highly concurrent and fault tolerant software. The JVM might have gotten better at garbage collection without paid plugins since 2015 when I last used Erlang? But I'm curious what stack in particular is seen as superceding erlang. |
|
https://news.ycombinator.com/item?id=27192873