Ziglings: Learn the Zig programming language by fixing tiny broken programs

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. ziglings

    Learn the Zig programming language by fixing tiny broken programs.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. awesome-by-example

    😎 A curated list of example-based learning resources.

    I love these sorts of resources! I just created an "awesome list" [1] to keep track of resources specifically centered around learning by example. I've only got a few so far, several of them being from this thread. Contributions welcome!

    [1]: https://github.com/b0o/awesome-by-example

  4. zig

    General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

    This a simplified example to say that each path that depends on a comptime condition, such as the target OS, for example, feels intuitively consistent but in Zig types can (and do) mutate depending on those conditions and if the compiler were to eagerly check dead branches it would find plenty of semantical errors. In the stdlib you can see how `os` corresponds to a different struct definition depending on the target: https://github.com/ziglang/zig/blob/master/lib/std/os.zig#L5...

  5. awesome-zig

    A few folks are working on gameboy emulators: https://github.com/nrdmn/awesome-zig#emulators

  6. xtensa-zig

    Zig built against xtensa fork of LLVM for targetting ESP32

    Zig is still "not production ready," embedded is still rough, and you might have to contribute to Ziglang itself to get any particular architecture working appropriately. That said, yes people are using Zig a little for embedded stuff:

    https://codelv.com/blog/2020/5/using-zig-and-the-stm32h7-to-...

    https://www.mdeditor.tw/pl/2Ap9

    Xtensa is less supported. M0 might also have some issues: https://github.com/Schroedingers-Hat/xtensa-zig

    I've been meaning to try it out for embedded myself; I'll let you know how it goes.

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Zig seems great but it is still in its infancy.

    5 projects | /r/Zig | 22 Jul 2022
  • MicroZig: Unified abstraction layer and HAL for Zig on several microcontrollers

    5 projects | news.ycombinator.com | 28 Feb 2024
  • Zig cookbook: collection of simple Zig programs that demonstrate good practices

    6 projects | news.ycombinator.com | 1 Jan 2024
  • Problems of C, and how Zig addresses them

    7 projects | news.ycombinator.com | 3 Jul 2023
  • Significant examples of Zig software (June 2023)?

    7 projects | /r/Zig | 6 Jun 2023

Did you know that Zig is
the 22nd most popular programming language
based on number of references?