Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I actually find go a joy to use, I dunno.

I like statically typed languages, and go makes defining and using types so simple and straightforward that it feels like you get a lot of the benefits of dynamic typing without the headaches.



I love statically-typed languages!

What bothers me in Go is mostly the control flow around `result, err := foo(); if err != nil { return err };`, and still non-genericized standard library. But after 1.18 I started to look at Go as a potentially good language, in areas where using Rust is too cumbersome, and using Typescript or Java or Kotlin is also inappropriate.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: