Zig 0.11

  • > Backed by the Zig Software Foundation, the project is financially sustainable. These core team members are paid for their time: (lists five people)

    That's quite impressive. For comparison, Python had 2 full time paid devs in 2019 (not sure about now).

  • Their biggest release in terms of issues closed: https://github.com/ziglang/zig/milestones?state=closed 1012 in less than 8 months. What an amazing feat.

  • The Async/Await didn't make it into this release[0] but hopefully by the next one!

    [0]: https://ziglang.org/news/0.11.0-postponed-again/

  • What are the use cases for zig? The website says general purpose and tool chain but people who have used it, what it excels at?

  • The new multi-object for loop syntax is such an improvement. Hoping for many more small QoL features like this until Zig hits 1.0.

  • Wow, those are really nice release notes.

  • I enjoy seeing an update or discussion of things like D, Zig, Nim (and a few others I probably forgot) but I honestly can't keep track of where they are in relation to C/C++, C#/Objective-C, and Rust.

    Is there are chart or a "are we xxxx yet" page one can reference?

  • Anybody here who is using zig on daily basis?

  • Zig is not memory safe and therefore at risk, just like C/C++, of future government legislation that outlaws the use of memory unsafe languages for some or all projects. The risk of such legislation is not insignificant: https://www.itpro.com/development/programming-languages/3694...

    Personally I do not see the point of building an entirely new language and ecosystem that does not fully address this issue.

  • I wanted to try learning Zig, but found the resources to be incomplete and lacking in examples. Rust (or Go) in comparison has a plethora of online resources with great examples.

    I realize Zig is just 0.11, but wondering what resources people relied on to pick it up?

  • Are people supposed to realise this version number is related to Zig?

  • @WalterBright In case any of the sh*t got into you. Ignore all the trolls about you appearing in Zig thread. ( Although I think some of them are just joking )

  • It‘s a shame macOS Arm is deprecated :(

  • does it support tabs yet?

  • [flagged]

  • > If the Operating System is proprietary then the target is not marked deprecated by the vendor. The icon means the OS is officially deprecated, such as macos/x86.

    Not supporting proprietary OSes is a bummer. Especially if it is marked as deprecated since it is unlikely to change. People choosing Zig to anything choose their users to throw away their devices.

    .. the number of hardware and software just keeps growing and growing endlessly, and the number of their combinations grows even faster. We probably need some more virtual machines as targets to cover them all.