this post was submitted on 26 Jan 2024
82 points (91.8% liked)

Programming

17443 readers
150 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!!!

(page 3) 50 comments
sorted by: hot top controversial new old
[–] benjhm@sopuli.xyz 1 points 9 months ago* (last edited 9 months ago)

I like Scala:

  • multi-paradigm, you can explore many ways of doing something, within one codebase - arguably the most complex language, if you want, but doesn't have to be: start simply, later scales robustly
  • compiles and interoperates with JS, JVM, native
  • Scala3 dropped brackets - easily readable like python
  • great tooling (recently) - compiler infers so much -> less puzzles / testing
  • developed mainly in europe, not controlled by big-tech

Fwiw, here's my interactive climate system model running in pure scala.

[–] alanstateq@sh.itjust.works 1 points 7 months ago

When I first ventured into programming, I felt like a complete novice. With no prior experience, diving into the complex world of coding seemed daunting. That's when I stumbled upon full stack development service. These services offered a comprehensive solution, covering everything from front end to back end development. It was like having a guiding hand through the intricacies of programming. With their expertise, I was able to navigate the complexities of software development with confidence. Full stack development services became my stepping stone into the world of programming, helping me transform from a novice into a proficient developer.

[–] yetAnotherUser@lemmy.ca 1 points 9 months ago (1 children)

If you want something that feels more quirky, go with Lisp.

[–] samc@feddit.uk 2 points 9 months ago

I've been having a lot of fun with scheme lately (specifically guile, but I don't think it matters much). It's a very stripped down language compared to common lisp, so I felt it was easier to get started with.

[–] nayminlwin@lemmy.ml 1 points 9 months ago

If you haven't done any Clojure, may be Elixir?

[–] AlmightySnoo@lemmy.world 1 points 9 months ago* (last edited 9 months ago)

Since you already know Java, you could jump straight to C++ with Bjarne's book "Programming - Principles and Practice Using C++": https://www.stroustrup.com/programming.html

You can then move to more modern C++ with his other book "A Tour of C++": https://www.stroustrup.com/tour3.html

And then if you're curious to know how software design is done in modern C++, even if you already know classical design patterns from your Java experience, you should get Klaus Iglberger's book: https://www.oreilly.com/library/view/c-software-design/9781098113155/

In parallel also watch the "Back to Basics" video series by CppCon (see their YouTube channel: https://www.youtube.com/@CppCon , just type "back to basics" in that channel's search bar).

Learning proper C++ should give you a much better understanding of the hardware while the syntax still remains elegant, and you get to add a new skill that's in very high demand.

[–] rikudou@lemmings.world 1 points 9 months ago* (last edited 9 months ago) (1 children)
  • modern PHP (version 8.x with some modern framework like Symfony)
  • Typescript
  • C#
  • C++ (this one's always fun, I recommend the Qt framework since you have a Java background - it would be easier than raw C++)
[–] xmunk@sh.itjust.works 1 points 9 months ago* (last edited 9 months ago)

Qt is an amazingly good C++ framework that encourages a much safer approach to using the language that emphasizes const refs over pointer insanity.

Also, the library function are quite powerful.

[–] Specal@lemmy.world 0 points 9 months ago (1 children)
[–] rekabis@lemmy.ca 1 points 9 months ago (1 children)

A strangely effective option for young whippersnappers who want to maximize employability and income stream in “boring” tech. You’re not gonna be standing up many greenfield projects using that language - and likely speaking, you might go an entire career without ever touching a codebase younger than you are - but if your passions run towards Janitorial/Plumbing work with regards to code, it might be right up your alley.

[–] Specal@lemmy.world 0 points 9 months ago

It's a coding language I recommend to anyone wanting to code in finance. Banks like it's reliability I guess

[–] synae@lemmy.sdf.org 0 points 9 months ago

The languages I've been meaning to learn, and do something "meaningful" in, are:

  • nim
  • erlang (or whatever is the most sensible modern variant)
  • lisp (ditto)
[–] Serinus@lemmy.world -1 points 9 months 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.

[–] some_guy@lemmy.sdf.org -1 points 9 months 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.

load more comments
view more: ‹ prev next ›