Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
dlubarov
on Sept 20, 2020
|
parent
|
context
|
favorite
| on:
Why Not Rust?
Besides the learning difficulty, I'd there are some real ergonomic issues related to ownership, such as the difficulty of cloning into a closure [1], or nested &mut receiver calls being rejected despite being sound [2].
[1]
https://github.com/rust-lang/rfcs/issues/2407
[2]
https://github.com/rust-lang/rust/issues/6268
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[1] https://github.com/rust-lang/rfcs/issues/2407
[2] https://github.com/rust-lang/rust/issues/6268