Hacker News new | ask | show | jobs
by gauge_field 475 days ago
Yeah I feel that, not the entire language but, many of its choices, like error handling, sum types (with exhaustive enum matching) especially when writing in python.
1 comments

Yeah this is the stuff I meant when I said high level languages should borrow from Rust.

It's also good to remind people that these things were borrowed by Rust from other languages too. Primarily the ML family of languages.