← Back to context

Comment by oatsandsugar

6 days ago

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.