Ziglings: Learn the Zig programming language by fixing tiny broken programs
1–7 of 7 posts
Re: Ziglings: Learn the Zig programming language by fixing tiny broken programs
#2Re: Ziglings: Learn the Zig programming language by fixing tiny broken programs
#3Re: Ziglings: Learn the Zig programming language by fixing tiny broken programs
#4Looks nice! I would love to see a resource that teaches you Zig by writing tests. Something similar for Go was posted a few years ago. https://quii.gitbook.io/learn-go-with-tests/
Re: Ziglings: Learn the Zig programming language by fixing tiny broken programs
#5I just nearly finish Ziglings and it's great! Though the skipped exercises around async is confusing as a newcomer. From the Codberg issues and PRs, it seems like perhaps an update is in the works. Otherwise, I learned a lot and would recommend it!
Raw threads and doing everything manually makes far more sense to me.
And of course Goroutines in Go make the most sense but they’re not as performant as something like Zig by any means.
Re: Ziglings: Learn the Zig programming language by fixing tiny broken programs
#6I just nearly finish Ziglings and it's great! Though the skipped exercises around async is confusing as a newcomer. From the Codberg issues and PRs, it seems like perhaps an update is in the works. Otherwise, I learned a lot and would recommend it!
Re: Ziglings: Learn the Zig programming language by fixing tiny broken programs
#7I just nearly finish Ziglings and it's great! Though the skipped exercises around async is confusing as a newcomer. From the Codberg issues and PRs, it seems like perhaps an update is in the works. Otherwise, I learned a lot and would recommend it!
I've been holding off on Zig because it hasn't reached 1.0 milestone, but I'm starting to think that it might be time to start digging in. Is Ziglings kept up with language changes being made in Zig? It would be very frustrating to find that Ziglings is out of sync with the newer version of Zig that you might be using at the time.