An Object-Oriented Language for the '20s

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    The Lobster Programming Language

  • Regarding the "Kingdom of Nouns", I always thought Lobster[0] had a really cute idea: x(a, b, c) and a.x(b,c) are equivalent (don't know if that is original to the language, but it's where I saw it first).

    [0] https://github.com/aardappel/lobster

  • language-ext

    C# functional language extensions - a base class library for functional programming

  • https://github.com/louthy/language-ext

    We tried to bring some functional ideas into our Unity3D codebase with help of these resources, it's hard but doable.

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

    The Swift Programming Language

  • Typed checked exceptions are a bad thing because they require libraries to redeclare things that are its implementation details, in particular the API of other libraries they use internally.

    See Swift's error handling design: https://github.com/apple/swift/blob/main/docs/ErrorHandlingR...

    (Also, exceptions/nonlocal returns are a pain because the invisible control flow is hard to reason about and hard to implement in a compiler.)

  • crystal

    The Crystal Programming Language

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 don't you just use F#?

    1 project | news.ycombinator.com | 18 Sep 2023
  • Option<T> monad for Unity/UniTask

    2 projects | /r/Unity3D | 10 Jul 2023
  • Result pattern: language-ext vs FunctionalExtensions?

    2 projects | /r/dotnet | 7 Jul 2023
  • Don't sleep on Linq query syntax if you regularly iterate through large/complex data sources

    1 project | /r/csharp | 16 Feb 2023
  • What C# feature blew your mind when you learned it?

    4 projects | /r/csharp | 7 Feb 2023