this post was submitted on 11 Jun 2023
8 points (100.0% liked)

Scala

336 readers
1 users here now

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago (1 children)

Me too. I'd love to see a bit more synthesis in the Scala community, sometimes I feel like "easy" is set in opposition to the more elaborate Scala ecosystem, but as Haoyi points out, easy isn't the same as simple, and we can do brilliant things with fancy scala but then wrap it up behind an "executable pseudocode" interface so users can access the most common cases, at speed and even at scale, very simply and concisely. (That seems like what Haoyi's libraries often do!)

[–] [email protected] 1 points 1 year ago

"we can do brilliant things with fancy scala but then wrap it up behind an “executable pseudocode” interface so users can access the most common cases"

Heck yea. Totally doable too.