New to Scala;

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Wartremover

    Flexible Scala code linting tool

  • I was recently trying to move away from Scapegoat to Wartremover and I got bitten by this bug which is particularly prevalent in codebases using Typelevel libraries.

  • skunk

    A data access library for Scala + Postgres.

  • The major performance issue with Skunk is tracked here. tl;dr prepared statements currently take a horrifying number of network round-trips to the database. I'm sympathetic to Rob's "what you see is what you get" priorities for Skunk. But I'm glad to see an outline of a plan that sounds like it would satisfy those objectives without being so, for lack of a better term, naïve in their pursuit.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • sbt-tpolecat

    scalac options for the enlightened

  • sbt-tpolecat to automatically provide reasonable Scala compiler settings.

  • better-monadic-for

    Desugaring scala `for` without implicit `withFilter`s

  • Better Monadic For to make various improvements to for-comprehensions.

  • kind-projector

    Compiler plugin for making type lambdas (type projections) easier to write

  • kind-projector for expressing higher-kinded type constructors.

  • ZIO

    ZIO — A type-safe, composable library for async and concurrent programming in Scala

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