this post was submitted on 05 Feb 2025
6 points (100.0% liked)

Scala

358 readers
1 users here now

founded 2 years ago
MODERATORS
 

I think this is awesome. One of the only pain points I have with Scala is collection literals.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] smoredahl@programming.dev 1 points 6 days ago (2 children)

I see what you're saying, but isn't familiarity worth something? After all, Brainfuck is incredibly simple and consistent :)

[โ€“] soc@chaos.social 1 points 6 days ago* (last edited 6 days ago)

@smoredahl Familiarity is designing for existing users, simplicity is designing for everyone; see https://soc.me/languages/familiarity.

(I have had this discussion many times. I have heard every single argument on why *this* time repeating a past mistake for familiarity is good. It never works out.)

> After all, Brainfuck is incredibly simple and consistent :)

By that measure C++ should be very familiar, because it contains every feature ever imagined by someone. We know how that one worked out.