Go is a fairly simple language, with zero verbosity. This does make it annoying when you need to do things that some languages have in their stdlib, like check if an array contains something. The suitability may be similar to C#, but the language itself is very different. C# is fully object-oriented, whereas Go doesn't even have classes.
Go is a fairly simple language, with zero verbosity. This does make it annoying when you need to do things that some languages have in their stdlib, like check if an array contains something. The suitability may be similar to C#, but the language itself is very different. C# is fully object-oriented, whereas Go doesn't even have classes.
thanks for your insights!