Zig NEWS

David Vanderson profile picture

David Vanderson

404 bio not found

Joined Joined on 

All 25 comments

Coming Soon to a Zig Near You: HTTP Client

This is very exciting! Thank you for the note about error.Tl...

Beware the copy!

Great write up! I had a similar experience - it took me a wh...

How zig-spoon (and lots of coffee) helped me sort thousands of pictures

Very nice! I hacked a much worse thing for naming pictures a...

Simple Scalable Unbounded Queue

That was fantastic! It's really useful to read your explanat...

Howto Pair Strings with Enums

Yes I would normally do that too. The question asked about h...

Howto Pair Strings with Enums

zig.news/david_vanderson/function-... Does this answer your ...

Beginner's notes on Slices/Arrays/Strings

Does this help? zig.news/david_vanderson/howto-pai...

Beginner's notes on Slices/Arrays/Strings

Sorry I don't understand. What are paired tables? Do you me...

Building a Tiny Mutex

Very informative, and good style!

Interfaces in Zig

Sorry I don't understand. Are you saying that @fieldParentPt...

Zig Interfaces for the Uninitiated, an update

Great explanation!

Faster Interface Style

foo() is defined at the very top of the post. I'm not sure h...

Faster Interface Style

I agree. It feels more like a straight-up function pointer. ...

Faster Interface Style

Good point. It looks like you can do the pointer cast in the...

Crafting an Interpreter in Zig - part 2

This is great. Very nice to contrast to how it's done in C (...

Crafting an Interpreter in Zig - part 1

That function signature always looked weird to me too - thank...

One weird trick to improve your article and more stuff

Thanks so much for this, I didn't know where to start. I've ...

Interfaces in Zig

Yes! Thanks for adding that, I should have included it.

Interfaces in Zig

Yes you are right about having to be careful. Thanks for the...

zig build explained - part 2

Fantastic - exactly the kind of information I've been looking...

What's a String Literal in Zig?

Good solution. I haven't seen std.meta.Elem before so I'm go...

What's a String Literal in Zig?

Thanks - great to see different options for how to do it! Ca...

What's a String Literal in Zig?

This is good - string literals are still something I'm stumbl...

How to Add Buffering to a Reader / Writer in Zig

Great explanation and thanks for the code examples!

zig build explained - part 1

This is fantastic, thank you!

loading...