Hacker News new | ask | show | jobs
by corethree 925 days ago
Rust is a little too safe imo. I want a rust with just shared pointers and no move semantics. I guess go would be it? But go is too opinionated with a bunch of stupid go specific philosophies like the weird error handling and the stupid packaging rules.

Go is also opinionated with concurrency. So that's an issue too.

1 comments

Ocaml then?
I like functional, but this isn't what I'm referring too. OCaml by being functional is opinionated.