86
Recommend me a programming language
(lemmy.world)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Go. It'll be just different enough from what you have experience with to make you think about things differently (in a good way!) from now on. And it's also a fantastically well-designed language that's great for getting real work done. And it's lightning fast as languages go, and compiles to an actual executable. Really a pleasure to work with. It's my (no pun intended) go-to language for every new project I start. (Excluding what I write specifically for a paycheck. I don't have a choice there.)
Don't really want to invest in a language designed by Google.
Sorry. I missed that bit in your original post. But I get it.
I started looking into it largely because I have a lot of respect for the individuals (Rob Pike, Ken Thompson, Russ Cox, etc) who created Go, not because Go has anything to do with Google. And because I love everything they have to say about their approach to designing the language. But at the end of the day, it's true that they're employed by Google, and after the whole WEI thing, I can't say I can trust Google at all.
That said, right now I have no specific concerns.
That's what's so great about go. It's doesn't take a large investment to learn it.
I’m not crazy about Google’s part in Go, but man, I’ve been using Go a lot and I love it. It feels like a “modern C” that lets you focus on logic instead of memory allocation. I know it violates your requirements, but I’d suggest checking it out anyway! 🤷♂️