Hacker News new | ask | show | jobs
by dimgl 458 days ago
> Especially just how worse langdev UX in Go is compared to C#, F# or Rust.

Can you explain why the DX in Go is "worse"? I've seen the exact opposite during my professional work.

2 comments

the typing situation in Go is a mess, GADTs are generally a joy to work with, nullability is not.
Lack of optionals/enum/sum types is a huge regression from Typescript to go IMHO.