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
-
long11128yGo is awesome. I'm working a bit more than 1 year with go in production and love it.
No formatting wars as there is a standard go format which you can automatically run on save. Reading other people's code is not a pain. Pure simplicity (the go specs only have 40 ish pages, the idea was to remove as much as possible from the language to keep it simple). And a very mature community behind it. -
firusvg13788y@skonteam Yup. Interoperability with C is one of most important things for me. That is main reason I learned (and use) Erlang and Lua.
-
firusvg13788y@long Actually, I can say that I've learned Go in mere few hours this morning. Of course, knowing syntax and way around is not enough, but I always embraced language agnostic approach to programming (but always trying to use most suitable language/tool for a task/job). Programming language is just a way to express algorithms/thoughts/paradigm.
-
I just started learning Go last night as well actually! What editors are you guys using for Go? I'm using VS code with the Go extension and the Runner extension for running the code.
-
firusvg13788y@kompiuter I decided to go with Eclipse/GoClipse (as I, routinely, use Eclipse for development on Linux, but have strong love-hate relationship with it). So far, so good, but I've started with Go only yesterday.
Related Rants
-
xorith19HTML: Hate This Meaningless Life CSS: Can't Style Shit JS: Just Shit Java: Just another vicious asshole PH...
-
ObiSwagKenobi6> Receive sudden phone call in the middle of the night > Check caller, unknown number > "Either something ba...
-
dyslxr40So I named my daughter "io" everyone calls her by the name and then we register her on our local gov't to get...
I have a bit strange personal rule - If I encounter something more than three times during 3hrs period, I certainly must learn as much as possible about it. Last night I've stumbled upon few listings in Go language.
So, starting this morning, decided to learn Go. So far, so good.
P.S. Is it just me or Go really does have strong C/C++ vibe (but is, indeed, higher level language)? Old guy like me, must like that.
undefined
golang
go