← Back to context

Comment by dwattttt

6 days ago

Are you suggesting that the examples, source, libraries, and references for Rust make these mistakes, but other languages don't?

the title: "fixing ... in rust". The problems aren't necessarily rust only problems, the solutions are rust solutions.

  • I don't think any of the solutions are specific to Rust though? Just like the mistakes you can make hosting child processes can be made in many languages, the solution of e.g. "don't give the child processes your stdout, give it a pipe that you read from" isn't a Rust solution.