this post was submitted on 31 May 2025
74 points (94.0% liked)

Programming

20643 readers
73 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] rekabis 7 points 6 days ago* (last edited 6 days ago) (1 children)

What I find incredible is just how slow-moving and cruft-filled it has become.

For example, DotNet has had string interpolation since C# 6, back in 2015. That’s a decade, already.

Java recently yoinked their implementation because they just couldn’t make it work.

That’s damning.

Right now - ignoring the wider ecosystem and looking purely at the core language - I am seeing the very latest LTR version of Java as being on-par with C# pre-2010 in terms of continual material improvements and ease of use.

Yikes.

I still use Java, but… yikes.

[–] [email protected] 2 points 5 days ago

It wasn't at all that they couldn't make it work. They decided that their implementation was too cumbersome to use, so they're reworking it