Zig For the Uninitiated: The Page Allocator

Поділитися
Вставка
  • Опубліковано 13 січ 2025

КОМЕНТАРІ • 9

  • @0xjora
    @0xjora Місяць тому +1

    I can't believe how good these videos are, It's actually underrated. I feel lucky finding this channel. Please keep uploading 🙏

  • @alexanderzikal7244
    @alexanderzikal7244 Місяць тому +3

    Thank You! Already saw all videos from Dude the builder 3 times. His sources on codeberg are also very helpful.

  • @uidx-bob
    @uidx-bob Місяць тому +2

    Great video! Keeping it simple is helping those like me who are in the dazed and confused stage of learning memory management get some clarity.

    • @calder-ty
      @calder-ty  Місяць тому

      @@uidx-bob thanks! That's the goal

  • @keeponmoovin
    @keeponmoovin 14 днів тому +1

    your videos are fantastic, I've already encountered situations where your videos have helped me work through code :)

    • @calder-ty
      @calder-ty  13 днів тому

      I love to hear that! Thanks you!

  • @adammontgomery7980
    @adammontgomery7980 3 дні тому +2

    Great video, Tyler. I'm sure you have a lot planned, but I would like to see a tutorial (or a few) on zig's build system. Specifically, I was trying to supply arguments to the build command to do some conditional compilation (which I couldn't get to work). I think I'm just having issues understanding the fundamentals of how build.zig works, so maybe a rundown would help myself and others. Makefiles aren't that bad IMO, but being able to just write one language for everything just makes more sense.

    • @calder-ty
      @calder-ty  3 дні тому

      @@adammontgomery7980 yeah, I'll see what I can cook up.