Remix.run Logo
raspasov an hour ago

What can the Erlang / Golang runtimes do that the JVM can’t?

pdimitar an hour ago | parent | next [-]

Thousands of share-nothing actors (fibers / green-threads) with first-class support for communication between them, for a start. Erlang/Elixir -- immutability as well.

Thaxll an hour ago | parent | prev [-]

Low memory usage.