A Scala rant

This page summarizes the projects mentioned and recommended in the original post on /r/scala

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • FrameworkBenchmarks

    Source for the TechEmpower Framework Benchmarks project

    http4s is the worst web server on the JVM. It's very slow. It suffers from NIH syndrome so has a poor feature set. And you see code like this to do basic things like authentication e.g.

  • mdoc

    Typechecked markdown documentation for Scala

    The good news is that scaladoc is produced by default by sbt and published by default. So you can often pull it from the same repository your library jar came from, extract it with zip, and read the docs. But that's also totally unnecessary - javadoc.io allows you to put in your module info and serves the docs for you, so if there's an older version you can access the documentation this way. Rely on the type signatures, since they can't lie, whilst comments (including scaladoc comments) can. Honestly, library authors should be using mdoc and including examples on every public method, and that type of documentation is something you can almost always contribute to a project for a quick pr kudos.

  • soot

    Soot - A Java optimization framework

    Yeah, I think a cross compiler would be the only way such a thing could be possible. It would be interesting to see how many collections are actually changed though. I have written similar things using soot. The biggest question is whether there would be enough people who would want such a thing. I can't imagine the time savings vs time spent would pay off for me personally.

  • Apache Spark

    Apache Spark - A unified analytics engine for large-scale data processing

    yep, nailed it: https://github.com/apache/spark/blob/master/pom.xml#L122

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Why is Spring so slow in TechEmpower benchmark?

    3 projects | /r/java | 20 Sep 2022
  • Async I/O for Dummies (2018)

    2 projects | news.ycombinator.com | 5 Dec 2021
  • Why Apache Spark RDD is immutable?

    1 project | dev.to | 29 Sep 2024
  • Spark SQL is getting pipe syntax

    1 project | news.ycombinator.com | 17 Sep 2024
  • Show HN: High-performance Location tracking server built with PHP, Swoole

    2 projects | news.ycombinator.com | 6 Sep 2024