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
-
I've not directly used it much myself, but I worked for a company that has a couple of projects running in it, and I've seen a lot of good. Everyone I know who works with it send to like it a lot, and it actually has a very good (robust/scalable) concurrency model, so that's always worth considering.
-
Voxera115857y@ElsSnek Nain problem I find in reading go is that it has concepts that either does not exist or work very differently in other langs.
For example channels and how they interact with select (sort of switch)
Channels is sometimes used extensively and created and destroyed often which is not common for similar structures in other languages.
They can be used as pipes but also for async callback like constructs. -
Snob20927yI've done a few small (really small) projects in it and for some reasons I really like it, but it is a different kind of learning/reading because it is like you put python and Java and a little bit of JavaScript and C into a pot, and created that language...
Docker for example is complete written in Go, I think it is a solid choice...
Related Rants
Does anyone know how Go, the programming language is working?
People likes it, is it useful, is it good or there are better alternatives?
Would like to know the opinions of those who know about it :]
undefined
language
go
question
programming