Y
Hacker News
new
|
ask
|
show
|
jobs
by
2mur
4174 days ago
gofmt is a huge win for Go. Bye bye bikeshedding. I'd love to see that for Rust too.
2 comments
cpach
4174 days ago
I haven’t tried Go yet, but gofmt seems like something that every new language should strongly consider.
link
eliben
4174 days ago
FWIW, C++ already has it with clang-format
link
bla2
4174 days ago
clang-format is amazing. I think it can format more languages than just C++ too. For example js, I think?
link
eliben
4173 days ago
Yes; there are also efforts for Java, AFAIK
link
cpach
4173 days ago
Splendid!
link
bjz_
4174 days ago
There has been talk of it, and one of the core team members had a prototype. It's most definitely something to look at this year.
link