|
|
|
|
|
by lawik
1211 days ago
|
|
Elixir is well suited to highly concurrent systems and work like this. I'm big on the whole Elixir ecosystem though so I haven't explored other options. I don't see why there would be anything stopping Go from being similarly capable as it also has a good reputation for concurrency and what I hear does preemptive scheduling. Java can probably do anything except be fun and lightweight so assuming you want to figure out the hoops to jump through. I assume it could.. Elixir can do it with the ergonomics and expressiveness of Python/Ruby. If you enjoy that level of abstraction I recommend it. |
|