Does such a language already exist ("Rust--")?

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

    Bootstrap compiler for Firefly

  • You can get a feel for it by perusing the self hosting transpiler, although it doesn't use all the features of the language: https://github.com/Ahnfelt/firefly-boot/blob/master/compiler/Main.ff

  • pony-tutorial

    :horse: Tutorial for the Pony programming language

  • Well, depends on how you define ownership. Pony 's type system has reference capabilities which let you define who's allowed to do what to a reference and part of it sort of deals with ownership (along the lines of "this actor is allowed to do Y to the reference, other actors are allowed to do Z"). You can eg. have methods that return an isolated value that guarantees that there are no other references to that value, meaning it's automatically thread safe. You can also define things as vals which says that they are globally immutable, refs which give the current actor read/write capabilities but can't be shared with other actors

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

    A statically typed lisp, without a GC, for real-time applications.

  • Carp

  • micro-mitten

    You might not need your garbage collector

  • Micro-mitten (different approach but should be nearly as fast and safe)

  • TablaM

    The practical relational programing language for data-oriented applications

  • I added shades of this to my lang, and the original plan of do something like:

  • zz

    Discontinued πŸΊπŸ™ ZetZ a zymbolic verifier and tranzpiler to bare metal C

  • You might find ZetZ interesting!

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

  • Did we lose our way in making efficient software? – ~30 MB doc file vs. browser

    2 projects | news.ycombinator.com | 28 Apr 2024
  • Carp: A statically typed Lisp, without a GC, for real-time applications

    1 project | news.ycombinator.com | 11 Mar 2024
  • Ask HN: A Lisp with Cargo/NPM like build system?

    1 project | news.ycombinator.com | 7 Mar 2024
  • YC's Latest Request for Startups

    2 projects | news.ycombinator.com | 14 Feb 2024
  • A C++ editor/prompt shell to embed your own programming language

    1 project | news.ycombinator.com | 26 Jan 2024