I really hope this will get solved in the language itself, I like Go quite a bit, but there are quite ugly places, all related to generics I guess:<p>- No min/max for integers (and Go doesn't have the ternary operator)<p>- No IsMember for checking if an object is in a collection<p>- Directly from the Gen page: <i>Go’s sort package requires the fulfillment of three interface members, two of which are usually boilerplate. If you want to sort by different criteria, you need to implement multiple ‘alias’ types.</i><p>Also, unrelated to generics, but no multidimensional arrays.