1. 5
    1. 9

      The /r/rust discussion has a pretty thorough analysis of the points made here.

    2. 2

      Probably getting a lot of love right now because it times out for me.

    3. 2

      Cached version: https://archive.is/6s2y8 (because the “cached” link gets a 404 page right now)

    4. 1

      Good post. Some problems just a lack of experience in Rust but others good complaints. I think the problem I sympathize the most with is that Rust is so anti array. I work with them a lot in unsafe code and it is a bit concerning that Fortran is still the best language when it comes to n-dimensional array manipulation.

      1. 2

        use D for numerical computing, its as fast as Fortran, (almost) as easy as python, as flexible as C and as safe as Rust. see e.g. https://github.com/libmir/mir