this post was submitted on 26 Jan 2024
86 points (92.2% liked)

Programming

17326 readers
242 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 [email protected]



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
[–] [email protected] -4 points 9 months ago (2 children)

PHP is a really fun language syntactically and has a surprisingly good built-in library.

[–] [email protected] 13 points 9 months ago (3 children)

As a PHP Dev: Please avoid PHP unless you have to use it.

[–] [email protected] 3 points 9 months ago (1 children)

What would you recommend learning instead?

[–] [email protected] 4 points 9 months ago

My team is currently exploring rust as an alternative because we have to do a lot of api calls and data crunching real fast. So rust?

[–] [email protected] -1 points 9 months ago (1 children)

As a php dev who actually writes clean code and doesn't blame people writing shitty code on a language: don't listen to this fella.

[–] [email protected] 1 points 9 months ago

As a php dev who actually writes clean code while cleaning up after other people because Getting things done is more important: Don't give people the tools to write shitty code.

[–] [email protected] -2 points 9 months ago (2 children)

I know it's fashionable to shit on PHP but it's significantly better than it once was... it's honestly like a cleaner python that lets you use brackets.

[–] [email protected] 5 points 9 months ago (1 children)

Sure, could be/was a lot worse than today. Still, PHP gives one way too much rope to hang themselves with.

[–] [email protected] 0 points 9 months ago

Hey, I grew up on C++... you'd be amazed how comparatively safe PHP is by comparison. I don't disagree though, but I do appreciate having features like var-vars around for when I need them.

[–] [email protected] 0 points 9 months ago

Cleaner python? Hahaha that's hilarious

[–] [email protected] 2 points 9 months ago (2 children)

PHP was my favorite language like 20 years ago but I don't think I ever want to touch it again xP

[–] [email protected] 1 points 9 months ago

Absolutely different language nowadays, really worth a try!

[–] [email protected] 0 points 9 months ago

If it was your favorite language twenty years ago then you'll hate it now - it supports functional programming and cleaned up (nearly) all the awful cruft.