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.
I can't believe how good these videos are, It's actually underrated. I feel lucky finding this channel. Please keep uploading 🙏
@@0xjora Thank You!
Thank You! Already saw all videos from Dude the builder 3 times. His sources on codeberg are also very helpful.
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.
@@uidx-bob thanks! That's the goal
your videos are fantastic, I've already encountered situations where your videos have helped me work through code :)
I love to hear that! Thanks you!
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.
@@adammontgomery7980 yeah, I'll see what I can cook up.