|
|
|
|
|
by pton_xd
620 days ago
|
|
> In most cases, you can do all the concurrency tricks you want but if you put the same code in Rust, it just goes brrrr If "just go brrrr" is your idea of concurrency then I agree, Erlang is not the right tool for you. Concurrency can also be used for fault tolerance and high-availability. Erlang is known for its "just let it crash" philosophy of developing robust distributed systems that "run forever." Along those lines Erlang provides a whole host of useful tools right out of the box, like being able to inspect and modify! a live system without any prior planning or instrumentation. It's really an amazing language. |
|
edit: Didn't see Rustler was already mentioned in a sibling thread, but hopefully the Discord tidbit will be interesting to others.
[0] https://github.com/rusterlium/rustler
[1] https://github.com/discord/sorted_set_nif