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

Programming

17001 readers
379 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
[–] abhibeckert@lemmy.world -5 points 7 months ago* (last edited 7 months ago) (1 children)

Seriously - try PHP.

It's a much much nicer language than Java or JavaScript and unlike some of the latest languages (which are, arguably, even nicer) PHP has a massive library of third party packages that you can either use or just learn from.

And unlike Python, which is a general purpose language, PHP is purpose built for exactly the type of work you're doing.

Most PHP websites are wordpress, which deserves all of the crap people ditch on it, but all of that crap is wordpress not PHP, and there are other options. Start with this: https://phptherightway.com/pages/The-Basics.html

[–] samus7070@programming.dev 1 points 7 months ago

People shouldn’t be down voting you just because they disagree and hate php. I’ve read that it has come along way in the last 10 years or so. People really like Laravel too. I wouldn’t put it on my list of recommendations personally but I get why someone might.