Has learning Rust influenced how you write other languages?

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • kotlin-result

    A multiplatform Result monad for modelling success or failure operations.

  • But as far as enums + explicit error handling that's similar to Rust, that's actually not that hard. OCaml is a great example. OCaml also has async, but not multi-threading (yet!). Haskell and Scala are others. And you definitely can do enums and Result<> style returns in Swift and Kotlin- they're just not as nice as Rust, Scala, et al, because they have no syntax support for it (though you can implement something like Scala's for-comprehension in Kotlin: https://github.com/michaelbull/kotlin-result).

  • o

    Ring-buffers in go without interface{} (by boinkor-net)

  • Yup. Arenas and other ownership/lifetime workarounds have inspired me to write https://github.com/antifuchs/o (a go library that lets you write a typesafe ring buffer without needing generics)

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • redux

    A JS library for predictable global state management

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