16 votes

Rust 1.42.0 has been released

Tags: rust

3 comments

  1. SUD0
    Link
    I'm jumping on the Rust bandwagon as of late. It's been a super cool experience and the community seems pretty solid from what I have experienced. Cargo is awesome. I have wasted so many hours in...

    I'm jumping on the Rust bandwagon as of late. It's been a super cool experience and the community seems pretty solid from what I have experienced. Cargo is awesome. I have wasted so many hours in the past trying to install libraries for C or C++ to work on projects.

    I'm still pretty new, so I do not have much to comment on most of these changes. I am still very much learning the ins and outs of everything. The panic change seems awesome though! I really could have used that last night when I was debugging.

    Lately, I have really been enjoying writing code at home after work. I think part of the reason is that I find Rust so fun to tinker with! It is quite refreshing.

    6 votes
  2. [2]
    drannex
    Link
    I've dealt a little with rust, and have only recently been working on some physical movement machine learning algs in Python, are there any benefits to shift to Rust?

    I've dealt a little with rust, and have only recently been working on some physical movement machine learning algs in Python, are there any benefits to shift to Rust?

    3 votes
    1. aphoenix
      Link Parent
      As someone who loves Python (I'm a moderator for r/Python and have built thousands of things with it) one of the main benefits of rust is that it is approximately eleventy billion times faster.

      As someone who loves Python (I'm a moderator for r/Python and have built thousands of things with it) one of the main benefits of rust is that it is approximately eleventy billion times faster.

      9 votes