Y
Hacker News
new
|
ask
|
show
|
jobs
by
graemep
19 days ago
Elixir is great, and I have recently started using it myself, but its not a substitute for Rust. Try writing device driver in Elixir, or anything CPU intensive.
2 comments
freedomben
19 days ago
GP said nothing of what they were building. Seems pretty probable it was a web service/application rather than a device driver.
link
graemep
18 days ago
That is my point. It might be better for some use cases, but those are very different from the ones Rust is best.
link
jes5199
18 days ago
I’m building a heavily parallel dataflow system. I thought Rust might be good for concurrency.
link