This was a really good summary of what Rust feels like in my opinion. I’m still a beginner myself but I recognize what this article is saying very much.

The hacker news comments are as usual very good too:

https://news.ycombinator.com/item?id=40172033

  • @asdfasdfasdf
    link
    1
    edit-2
    5 months ago

    Yeah, at this point I’m talking about Rust’s fit as a general purpose language and being good at refactoring. I think Rust is great for both of those and that it isn’t very subjective.

    But regarding Rust for game dev, I have no idea. I have never done game dev, so it’s definitely possible it isn’t good for it for some reason.

    I’m also saying scripting languages will break very easily when you refactor things. I didn’t think that was that controversial…

    • laund
      link
      fedilink
      15 months ago

      @asdfasdfasdf as for scripting: no, thats not conteoversial. but this is abour gamedevs where languages like C# are used a lot, which is definitely not a scripting language

    • laund
      link
      fedilink
      15 months ago

      @asdfasdfasdf i’m talking about gamedev sepcifically. there just hasnt been enough time for there to be a Unreal, Unity or Godot built for Rust as the main language. i don’t think its clear beforehand that in that context it wont work, but you’d also have to solve the no stable ABI issue first.

      Game engines need many years of time to develop to a point of what gamedevs coming from one of the big ones will expect, and there just hasnt been enough time yet to put in that effort.