Closest GC language to Rust?

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • hyper

    An HTTP library for Rust (by hyperium)

  • It's what allows https://hyper.rs/ to catch "Tried to set an HTTP header after the body began streaming" at compile time. (An example I like to use because so many people have seen the PHP error for that at least once.)

  • Nim

    Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • ponyc

    Pony is an open-source, actor-model, capabilities-secure, high performance programming language

  • From least known languages there are Inko and Pony. The first should adopt a fresh ownership model some day.

  • too-many-lists

    Learn Rust by writing Entirely Too Many linked lists

  • To be honest, this was a surprise to me when learning Rust. It turns out that not only are C/C++ pointer-linked data structures a pain to teach, use and manage, they really don't seem to buy me much on modern hardware. I think one could write a more general case of the intro to the famous Learning Rust With Entirely Too Many Linked Lists book, making the case that pointer-linked data structures as a whole are an anti-pattern.

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