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
-
Hazarth947662dI don't know, I like golang a lot lately. It really is a very specific tool for specific needs though. The Enums are a bit wonky, that's true, but they do exist in a similar way they existein Python and you get channel primitives and goroutines with golang which are awesome
-
hjk101573121dYeah there are no enums. Go has plenty of quirks but it's highly effective.
Rust has a really nice enums implementation but you will be fighting a lot of the language at the beginning. -
hjk101573121d@Hazarth I still like it a lot too. It's easy to debug and often feels a bit like a scripting language and comes with all the tools you need by default. Super low maintenance. Sometimes they do take the simplicity part a few steps too far though.
Related Rants
Fuck golang, apparently enums are too complicated for the human mind. Someone looked at C and decided to make it shittier, like now I have to deal with C shit, and use a garbage collector on top of it or use fucking C++
rant
compiler
c
golang