Repl

Simple stdin/stdout text processing with Zig

20 Jul 2024

In my Zig learning journey, I’ve managed to not use allocators for anything yet.

I’ve watched this great video of Dude The Builder explaining the basics of allocators in Zig. Side note: I am finding the videos from this Youtube channel really great, indispensable to understand how to use the stuff from the standard library.

Continue reading →