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
top 2 comments
sorted by: hot top controversial new old
[โ€“] nieceandtows@programming.dev 2 points 1 week ago (1 children)

As a python developer, how easy is it to learn scala?

[โ€“] 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.