this post was submitted on 27 Jan 2026
20 points (100.0% liked)

Programming

24835 readers
274 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
top 10 comments
sorted by: hot top controversial new old
[–] misk@piefed.social 5 points 3 days ago (4 children)

I thought only the most miserable data engineers are using it.

It powers lichess.org, who have made multiple blogposts about how happy they are with it.

Lichess is a FOSS chess server that somehow manages to compete with chess.com proprietary, distributed, milticloud kubernetes setup from a single VPS. According to them, scala helps.

[–] bitcrafter@programming.dev 3 points 3 days ago (2 children)
[–] Darkmoon_AU@lemmy.zip 4 points 2 days ago (3 children)

AFAIK it's an excellent language let down by political in-fighting in the ecosystem and subsequent fragmentation of is otherwise 'standard' libraries. IMO this kills the language.

Kotlin offers most of what Scala does with a much more solid and supportive ecosystem, it's the obvious winner in the ecological niche of 'better JVM languages', for me.

[–] sobchak@programming.dev 3 points 2 days ago

Been a while since I've used Scala, but I remember Scala being much more focused on functional programming than Kotlin.

[–] somegeek@programming.dev 2 points 2 days ago

Umm, Clojure joined the chat.

Clojure in my opinion is the most beautiful and powerful language I have ever seen.

It has the full power of java ecosystem, amazing and simple concurrency, extremely simple syntax and semantics. You literally start ascending to other dimensions after a while of writing clojure. It's like you are talking to your software.

[–] bitcrafter@programming.dev 1 points 2 days ago

Thanks, that's really helpful!

[–] misk@piefed.social 0 points 2 days ago

Scala is essentially Java so most of Java criticism applies.

[–] KRAW@linux.community 3 points 3 days ago

It's also the basis for a popular hardwaregeneration language, chisel. No clue why they chose it

[–] devfuuu@lemmy.world 1 points 3 days ago

There's a lot of big applications and systems built with it. You just don't hear about it because it's not cool.