this post was submitted on 26 Jan 2024
84 points (92.0% liked)

Programming

21621 readers
260 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 2 years 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!!!

(page 4) 25 comments
sorted by: hot top controversial new old
[–] some_guy@lemmy.sdf.org 0 points 1 year ago

I tried to get into Python, but always found it boring. Ruby was more my speed because it was inspired by Perl and that's the first language I learned. But Python will likely get you more job opportunities.

[–] Specal@lemmy.world 0 points 1 year ago (2 children)
load more comments (2 replies)
[–] wagesj45@kbin.social -1 points 1 year ago

C# is good. I use Visual Studio on Windows, so I'm not familiar with the tooling in VS Code in Linux, but I've heard good things. .NET is a nice environment to work in, the runtime works on all the OSs, and you can even package it into a self-contained binary with a little finagling.

[–] Serinus@lemmy.world -1 points 1 year ago

I think Rust and C# are the future.

Controversial opinion, but I think Python, Java, VB, and others will become legacy languages. They'll be around for 30-60 years, just like Cobol, but I expect things to settle around other languages.

[–] xmunk@sh.itjust.works -4 points 1 year ago (12 children)

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

load more comments (12 replies)
[–] abhibeckert@lemmy.world -5 points 1 year ago* (last edited 1 year 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

load more comments (1 replies)
load more comments
view more: ‹ prev next ›