- …
Original video by Isaac Harris-Holt:
Discord (!!!): https://discordapp.com/invite/bWrctJ7
C is a great language. It’s fast, simple, and oh so dangerous. But what if you want the speed, but not the danger? Introducing Zig, the hottest new C alternative on the block!
But can you learn it in 10 minutes?
Resources:
Zig: https://ziglang.org
ziglearn.org: https://ziglearn.org
ZLS: https://github.com/zigtools/zls
__________________________________________
Check out my other socials!
🎮 Discord ▶ https://discordapp.com/invite/bWrctJ7
🐦 Twitter ▶ https://twitter.com/IsaacHarrisHolt
🖥️ Portfolio ▶ https://ihh.dev
📝 Blog ▶ https://isaacharrisholt.com
__________________________________________
Timestamps:
00:00 - Introduction and explanation
00:27 - Installation and setup
00:48 - Variables and data types
01:34 - Operators
02:13 - Errors
02:49 - Control flow
03:38 - Functions
04:04 - Pointers and references
04:42 - Arrays, slices and structs
06:28 - Enums, unions and tagged unions
07:25 - Comptime
08:18 - Memory management
08:51 - Standard library datatypes
09:22 - What’s left?