this post was submitted on 26 Jan 2024
85 points (92.1% liked)

Programming

17022 readers
246 users here now

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

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

I've been working with a Javascript (+ TypeScript) + Java + SQL stack for the last 10 years.

For 2024 I'd like to learn a new programming language, just for fun. I don't have any particular goals in mind, I just want to learn something new. If I can use it later professionally that'd be cool, but if not that's okay too.

Requirements:

  • Runs on linux
  • Not interested in languages created by Google or Apple
  • No "joke languages", please

Thank you very much!

EDIT: I ended up ordering the paperback version of the Rust book. Maybe one day I'll contribute to the Lemmy code base or something :P Thank you all for the replies!!!

you are viewing a single comment's thread
view the rest of the comments
[–] TootSweet@lemmy.world 4 points 7 months ago (1 children)

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.)

[–] pathief@lemmy.world 8 points 7 months ago (3 children)

Don't really want to invest in a language designed by Google.

[–] TootSweet@lemmy.world 7 points 7 months ago* (last edited 7 months ago)

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.

[–] GarytheSnail@programming.dev 3 points 7 months ago

That's what's so great about go. It's doesn't take a large investment to learn it.

[–] CodeBlooded@programming.dev 2 points 7 months ago

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! 🤷‍♂️