|
|
|
|
|
by surgical_fire
164 days ago
|
|
Then don't. You can use Scala to your heart's content. No one is stopping you. I had to work on a Scala codebase at some point, and I thought it horrible. I judge a language on how easy it allows you to create an unreadable mess. Scala makes it incredibly easy. And the people that enjoy Scala seem to like "unreadable messiness" as a feature. I found it fun to learn the basics, and it was interesting to think of problems from a FP approach, but it is never something I would use in the real world. I vastly prefer Java. The features it imported from Scala were fine, made the language better. It doesn't need to import everything. |
|