Jam 0.0.4 got Scala 3 support

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

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
  • jam

    Incredibly simple DI Scala library. (by yakivy)

  • type-splices are very confusing, it almost made me crazy until I found out that before using the type in splice it should be matched on type-splice like: https://github.com/yakivy/jam/blob/master/core/src-3/jam/JamMacro.scala#L64

  • Shapeless

    Generic programming for Scala

  • I also investigated shapeless3 macroses: https://github.com/milessabin/shapeless/tree/shapeless-3/modules, but they are more about derivation than reflection. And probably that is all I found.

  • 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
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

  • Is there the equivalent of this in Scala ? (Maps to Struct)

    1 project | /r/scala | 27 Dec 2022
  • Scala 3: modifying product types in compile-time

    1 project | /r/scala | 14 Jul 2022
  • Does Scala have support for Dependent types?

    1 project | /r/scala | 19 Jun 2022
  • How does Scala's type system compare to TypeScript's? Is it as powerful?

    1 project | /r/scala | 19 Jun 2022
  • [Scala3] Get the type of container with wildcard type (i.e. List[?])

    1 project | /r/scala | 1 Mar 2021