Hacker News new | ask | show | jobs
by antisemiotic 2502 days ago
I think the tedious part would be the borrow checker. Also, Rust doesn't have top-level type inference (by design).
1 comments

Yeah there is some tedium in general with Rust syntax. Semicolons, for example, feel old fashioned, and there's a lot of verbosity in things like unwrapping. It's a fine language and I like working with it, but there's a lot of details involved in Rust development which don't make sense for data scientists to worry about.