Scala isn't fun anymore
alexn.org
Scala isn't fun anymore
1–10 of 394 posts
Re: Scala isn't fun anymore
#2Re: Scala isn't fun anymore
#3Re: Scala isn't fun anymore
#4Re: Scala isn't fun anymore
#5Re: Scala isn't fun anymore
#6what does this mean?
Re: Scala isn't fun anymore
#7There is a commitment to making the language simpler, easier and cleaner.
On the backend, ZIO (https://zio.dev) is the best concurrency library on any platform. On the frontend you have really interesting Scala.js projects like Laminar (https://laminar.dev).
The biggest issue really is the tooling. SBT is simply awful.
Re: Scala isn't fun anymore
#8Kotlin is a fine middle ground. I would say that coroutines was a misstep (though that's a matter of taste), but otherwise their choices have been pragmatic, and their multiplatform efforts are impressive.
But curious, what's wrong with the coroutines? For some projects I've found them a nice abstraction when you have lots of IO-bound tasks, and they're bound at various places in the code making use of a single executor+threads/tasks hard to scale.
Re: Scala isn't fun anymore
#9I actually think Scala is in the best position it's ever been. There is a commitment to making the language simpler, easier and cleaner. On the backend, ZIO ( https://zio.dev ) is the best concurrency library on any platform. On the frontend you have really interesting Scala.js projects like Laminar ( https://laminar.dev ). The biggest issue really is the tooling. SBT is simply awful.
Re: Scala isn't fun anymore
#10Switched to Go four years ago and I've never looked back. Go made programming fun again just like PHP did before either of them.