DEV Community

Discussion on: Beginner friendly programming languages

Collapse
 
kaamkiya profile image
Kaamkiya

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.

Collapse
 
nandinishinduja profile image
Nandini S Hinduja

thanks for your insights!