#[Showcase] printer.zig - A Python-like print utility for Zig v0.15.2 🖨️

1 messages · Page 1 of 1 (latest)

primal wing
#

Hey folks! I just released printer.zig, a minimalist library designed to make printing and logging in Zig as easy as Python, while staying 100% type-safe at comptime.

Why use it?

✅ No more formatting hell: just print(any_value) and it works.

✅ Smart string detection (handles slices, arrays, and literals).

✅ Fully compatible with the latest Zig v0.15.2.

✅ Zero dependencies & ultra-minimalist.

Perfect for quick debugging or CLI tools where you want clean output without the boilerplate.

Check it out here: > https://github.com/haqqimm/printer

Feedback and stars are highly appreciated! Let's make Zig development a bit more colorful. ⚡🚀

GitHub

The missing Python-like print function for Zig. Simple, colorful, and type-safe. - haqqimm/printer

proud schooner
#

Ai?

dusky haven
#

this is amazing ive never thought about using "{any}" before /s

sullen sable
#

std.log already exists for info, warn, err but not success and is configurable by the developer

primal wing
primal wing
primal wing
fervent island
#

I think doing something like this is good to start learning programing. But this simply has no reason to be used...