Go to https://zig.show for more info or subscribe to the Zig SHOWTIME calendar (iCal) to have all episodes automatically added to your calendar.
So I ended the last Padding message by mentioning that FOSDEM was late with the announcement of which Dev Rooms got accepted and… nothing has changed, still waiting.
Work on the website continues, here you can find a preview, I’m streaming more development roughly every day and I’ve also recorded a video for YouTube where I talk about the Rust website redesign debacle. In 2018 Rust got a new website but there were a few problems with how everything was done and Mozilla ended up releasing a “retrospective” blog post earlier this year. Here’s a link to the video: https://youtu.be/23JCY0SQGIA
> package manager for Zig that supports packaging of both Zig and C code. currently supports Git and Mercurial for hosting
Another package manager for Zig, sweet!
An HTTP client for Zig! Here’s also a related thread on r/Zig.
> Cross platform Zig graphics backends with a 2D focus.
Strat to take over the world: make a Zig GUI library that overtakes Electron. That’s it. Just a GUI lib that is performant and not too hard to program in. I personally think that React (+ Redux) is a good model to take inspiration from, kinda like SwiftUI is doing.
An experimental library that helps modeling comptime interfaces.
A 3D shooter in Zig? As a community effort? Ok I’m uninstalling Apex then!
By Frank Denis
>A journey to std.crypto.25519.*, in which we’ll talk about fast and safe finite field arithmetic, elliptic curves, public key cryptography, and how these things have been implemented in Zig. This is going to be a very accessible presentation, no math background required.
So Frank is not only adding a lot of high quality crypto implementations to the Zig standard library, but now he’s also giving talks to introduce people to the discipline. He’s truly giving back a lot to the community, even if he’s not doubling our bitcoins.
By Loris Cro
So you watched a couple presentations by Andrew, read the docs and you can understand async/await examples in isolation, but you still don’t understand how the whole thing works. The worst is when that happens after you’ve been using async/await in some higher-level language for a long time and were pretty productive with it. What happened? In this talk I’ll try to answer this question.
Here’s a recap of the talks in the last episode, in case you missed it. The full episode is available on YouTube.
By Alex Naskos
> In this talk, we are going to be discussing runtime polymorphism (also known as dynamic dispatch). The focus will be on comparing various implementations in zig and showing the differences in emitted code and in usability.
There’s a lot that you can achieve with Zig if you take a moment to learn the details and maybe sprinkle a bit of comptime magic on it. This means that runtime interfaces / dynamic dispatch can be implemented in userland, and that’s what Alex is going to talk about.
Can you imagine how lame it would be if Zig hardcoded in the language one specific implementation of interfaces when you have this power at your disposal?
By Loris Cro
Let’s talk about virtuosity using Zig expressions. This is going to be a very short talk pointing out clever things that you can do with expressions in Zig.
Also, if you don’t know what’s a virtuoso, no worries, I’ll explain that too :)
See you at showtime,
Loris Cro