Do you think native machine code compiled languages like Rust should replace Bytecode compiled languages like Java, Kotlin, and C#?

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

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

    WebAssembly System Interface

  • There is a standard being developed named WASI (WebAssembly System Interface) which provides a sandboxed way to write local applications using WebAssembly and implementations like Wasmer.

  • threads

    Threads and Atomics in WebAssembly

  • That said support is most likely somewhere on the map and there is even an ongoing proposal to add WASM threads (https://github.com/WebAssembly/threads/blob/master/proposals/threads/Overview.md) so it is more a matter of when we will be able to create a server from a WASM module not if.

  • 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
  • .NET Runtime

    .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.

  • That's the old .NET ways. Most new projects using dotnet core will ship the framework independent and you can AOT lots of pieces. There is a current huge push on the dotnet ecosystem to have full AOT Here is the github issue. If you check the survey there, they even talk about the scenarios where people would pick languages such as rust or go because the AOT story for .NET is not fully there yet.

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

  • Airline keeps mistaking 101-year-old woman for baby

    1 project | news.ycombinator.com | 28 Apr 2024
  • The software industry rapidly convergng on 3 languages: Go, Rust, and JavaScript

    1 project | news.ycombinator.com | 24 Apr 2024
  • The Performance Impact of C++'s `final` Keyword

    6 projects | news.ycombinator.com | 22 Apr 2024
  • Garnet – A new remote cache-store from Microsoft Research

    6 projects | news.ycombinator.com | 18 Mar 2024
  • Common Sorting Algorithms in C# - From My Experience

    1 project | dev.to | 2 Mar 2024