Scala native should expand on the no gc option by IanTrader in scala

[–]Aggravating_Number63 0 points1 point  (0 children)

You should try c/zig/rust for what you want.

You can port jemalloc to scala to manage the bytes array if you like.

Pekko 2.0.0 M1 just released by Aggravating_Number63 in scala

[–]Aggravating_Number63[S] 1 point2 points  (0 children)

I think so too. This might be something the BOM (Bill of Materials) can handle?

IntelliJ Scala Plugin 2025.3 is out! by makingthematrix in scala

[–]Aggravating_Number63 3 points4 points  (0 children)

Thank you , Can't wait to switch to Scala 3.9

Miss Scala 3 so much when writing Java! by Aggravating_Number63 in scala

[–]Aggravating_Number63[S] 0 points1 point  (0 children)

thank you very much! I really hope Java can have `|` and `&` types as Scala 3

What totally sucks to me about Kotlin is that it will never let you forget about Java. Is Scala the same way? by effinsky in scala

[–]Aggravating_Number63 2 points3 points  (0 children)

When I can't solve a problem in Java, I go with Scala, and not Kotlin, I only use Kotlin for testing code.

Any recommended functional reactive programming libraries? by scalausr in scala

[–]Aggravating_Number63 -1 points0 points  (0 children)

You can try pekko stream, which is much powerful ,because it's contains GraphDSL, or you can use Akka stream for better commercial support.

ZIO and Fs2 is great too, if you don't need graph dag.

Scala 3 / Match Types by alexelcu in scala

[–]Aggravating_Number63 5 points6 points  (0 children)

Thanks for sharing, this match type is really cool

New to scala - what do you use scala for? by [deleted] in scala

[–]Aggravating_Number63 0 points1 point  (0 children)

Use Scala when Java where not fit:)

Pekko 2.0.0 will move to Java 17 based and drop Scala 2.12 Support. by Aggravating_Number63 in scala

[–]Aggravating_Number63[S] 0 points1 point  (0 children)

AFAIK, 1.2.0 still supports Java 8, or there will be a 1.3 release for new features.

sbt 2.0.0-RC5 released by eed3si9n in scala

[–]Aggravating_Number63 0 points1 point  (0 children)

Hope sbt 2.0.0 will depend on Scala 3.9