Hacker News new | ask | show | jobs
by bnpxft 459 days ago
If Go had sum types and expressive pattern matching I think it would be my favorite language. I'm so sick of writing "if err != nil", just give me a Result type.

If there was a version of Rust was garbage collected, I think it would be more popular.

I'd love TypeScript if it didn't inherit the foot guns of Javascript and didn't have the ever changing tool chain.