Polymorphic static members

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

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

    Ecstasy and XVM

  • 2) Funky interfaces: This is an Ecstasy interface that declares abstract static members (e.g. functions), which can then be implemented on any class and overridden on any sub-class, such that they can be invoked by type (instead of this), and virtually resolved (late bound at runtime) based on the type known at compile time. The best known example, of course, is Hashable, because it has to guarantee that a type implements both equals() and hashCode() on the same class, and the implementation is tied to the type, and not to the this. (C# added a similar feature last year in version 11.)

  • 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

  • System Design: Databases and DBMS

    12 projects | dev.to | 1 May 2024
  • Setup Azure Cosmos DB for Gremlin in Spring Boot Java

    1 project | dev.to | 30 Apr 2024
  • Open-source platform accelerating enterprise apps development

    1 project | news.ycombinator.com | 30 Apr 2024
  • Show HN: I Built a Java IDE for iPad

    1 project | news.ycombinator.com | 30 Apr 2024
  • Say Goodbye to Redundancy with Spring2TS: A Developer’s Dream Come True

    1 project | dev.to | 30 Apr 2024