Zig vs Rust. Which one is going to be future?

I think about pros and cons and what to choose for the second (modern) language in addition to C.

@[email protected]

  • slacktoid@lemmy.ml
    link
    fedilink
    English
    arrow-up
    17
    ·
    7 hours ago

    The number of people that genuinely believe this ( I saw the /s) … Tells me that they haven’t written any useful C or C++ code

    • TehPers@beehaw.org
      link
      fedilink
      English
      arrow-up
      5
      ·
      edit-2
      7 hours ago

      I’m not going to say that C is unusable by any means (and I’m not saying you are saying that). It’s a perfectly usable language. I do think that more people would benefit from exploring other options though. Programming languages are tools, not sports teams. People should familiarize themselves with many tools so they always have a good tool to use for any job.

      I think a lot of people believe this because there is some truth to parts of it. I think we see languages like Rust and Zig (and others) popping up to try and solve specific problems better than others.

      As for OP’s post, there is no single “C successor” or anything like that. People will use the best tool they know of for the job whether that’s C, Rust, C++, Zig, Python, C#, etc. Many languages will “replace” C in some projects, and at the same time, C will replace other languages in some projects (likely to a lesser extent though).

      (Not /s this time)

      • slacktoid@lemmy.ml
        link
        fedilink
        English
        arrow-up
        3
        ·
        4 hours ago

        Oh completely. C is here to stay, C has surpassed language and become protocol cause of libc being so centric to Unix like languages. But it needs to be done carefully and thoughtfully. The other languages are solving some of the pain points C has which I think a lot of people would be better off using than C.