this post was submitted on 26 Feb 2026
11 points (100.0% liked)

Scala

421 readers
3 users here now

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] u_tamtam@programming.dev 4 points 1 week ago

About as easy, if not easier, if all it boils down to is to tape together libraries and business code. There you essentially get python with types.

Where Scala's complexity steeply increases is when you build libraries and interfaces for others: it gives you lots of very abstract and powerful tools that can give beginners an overwhelming impression that the language is infinite. It is not, and you will learn those concepts in time, no rush.