Hacker News new | ask | show | jobs
by Levitating 18 days ago
I think Rust deals with lowest-common-denominator APIs quite well, by introducing OS specific extensions (like std::os::unix).

There's no reason Python and Ruby can't provide the same.