this post was submitted on 05 Apr 2024
512 points (94.3% liked)

Programmer Humor

19377 readers
20 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] steeznson@lemmy.world 1 points 6 months ago

Yeah I kinda agree. C# might have some nice new shiny features but Java is improving all the time and has deep roots in the open source community.

Scripting languages don't really compete with Java because they are a different type of tool. Even when data engineers/scientists use pyspark in data pipelines it's just a thin wrapper around JVM scala code.