• jgrim of SublinksA
    link
    223 days ago

    Such a long article. Ain’t nobody got time for that. Haha

      • jgrim of SublinksA
        link
        221 days ago

        I didn’t read the whole thing. I used ChatGPT to summarize it haha.

        • @ericjmoreyOPM
          link
          English
          221 days ago

          I hope it provided an accurate summary. I think the original was more verbose and detailed than they needed to be.

          I think their main point boils down to what most people already know about dynamic vs static type systems. Prototyping is stunted with static type systems. It’s the same reason why so many people use Python but critical, large projects typically avoid Python or only use it as a glue/wrapper.

          • jgrim of SublinksA
            link
            221 days ago

            The article discusses the author’s decision to stop using Rust for game development after three years, highlighting several challenges faced with the language in this context. Rust’s strict borrow checker and the requirement for frequent refactoring are noted as barriers to rapid prototyping and iteration, which are crucial in game development. The author also critiques the Rust game development ecosystem for being too tech-centric, which often sidelines the “game” aspect of development. They advocate for a development approach that prioritizes quick testing and iteration over strict code quality, which they find Rust does not support well.

            • @ericjmoreyOPM
              link
              English
              221 days ago

              That could have been a great introductory paragraph that could lead you into the details.