|
|
|
|
|
by bogota
1803 days ago
|
|
I have been using golang for cli applications for the past 6 years and love it. Been looking at rust but haven’t been convinced to try it out yet. Any big win that I would get from a practical standpoint with rust that im missing with golang? |
|
Rust of course has generics too, so I find it easier to use the right data structure for the problem (eg btrees) without dropping to interface{}. But it seems like the Go team is getting serious about adding generics so this advantage may be temporary.