-
scala-cli
Scala CLI is a command-line tool to interact with the Scala language. It lets you compile, run, test, and package your Scala code (and more!)
Have you tried Scala CLI? It has been proposed to be a default Scala command. Here is some more motivation behind it.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Google also tried to make Dart and Flutter happen, but that supposedly multiplatform UI toolkit still has terrible performance when rendered to the web (e.g. using 10% of the CPU to render a blinking cursor). Google does not seem to take non-Android Flutter use cases seriously, so relatively few people care for it or trust it enough to use it.
-
Yes, it's very efficient and that's not where the main problem lies. However, small allocations with modern C heap allocators like mimalloc or snmalloc has gotten extremely efficient as well. Would be interesting to see a benchmark comparison with Java's G1 and ZGC.
-
Yes, it's very efficient and that's not where the main problem lies. However, small allocations with modern C heap allocators like mimalloc or snmalloc has gotten extremely efficient as well. Would be interesting to see a benchmark comparison with Java's G1 and ZGC.