Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
byte33067yGolang all the way, no taking care of indentation
Type safety all the way, with effective goroutines and safety -
@byte ok that's one's view, how about the current industry usage, is Go used more than python?
-
zacg30317yGolang, definitely! Goroutines are really useful and you get really good standard libraries
-
byte33067y@ashishrn96 Go is getting there, there are some areas of forte for each language.
But the areas which coincide, Go can easily school Python.
The goroutines are lightweight threads and the channels make using them very easy.
The syntax is very easily understood, can resemble Python with curlies '{', '}'. And as I said earlier no indentation problems.
Related Rants
GoLang or Python?
question
golang
python