Scala isn't fun anymore

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Poetry

    Python packaging and dependency management made easy

  • on the other hand, there is alternative package manager that's been gaining popularity "poetry" (it uses pip internally). it resolves transitive dependencies as you'd expect according to specified deps in pyproject.toml as opposed to all locked exact versions, versions can be expressions with things like caret () tilde (~) wildcards (*) etc like those in npm

  • hatch

    Modern, extensible Python project management

  • Don't forget the new PyPa tool on the block: Hatch.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • sdk

    The Dart SDK, including the VM, dart2js, core libraries, and more.

  • actix

    Actor framework for Rust.

  • cats-effect

    The pure asynchronous runtime for Scala

  • The author is the creator of Monix and implemented the first version of cats-effect. He knows what he is doing.

  • Monix

    Asynchronous, Reactive Programming for Scala and Scala.js.

  • The author is the creator of Monix and implemented the first version of cats-effect. He knows what he is doing.

  • bug

    Scala 2 bug reports only. Please, no questions — proper bug reports only.

  • All of those dependencies are Java dependencies, not Scala libraries, except for one, and it's a known problem that is to some extent solved already and should be fully solved very soon. https://github.com/scala/bug/issues/12632

  • SaaSHub

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

    SaaSHub logo
  • ocaml

    The core OCaml system: compilers, runtime system, base libraries

  • Yeah that's what we have languages with type inference for:

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