|
|
|
|
|
by peq
1864 days ago
|
|
Applications don't need generics, but libraries do. The lack of generics is the reason for a lack of many useful libraries that I miss when writing applications in Go. Things I missed lately: Sets, maps with arbitrary keys, lists, sorting, removing duplicates, priority queues, parser combinators, list transformation functions (map, filter), transactions. Some of these exist for Go, but with awkward APIs. |
|