# Tinkerbunk This repo is basically me learning some zig. Just recreational programming doing some probably useless stuff ## Why zig? * C but without buid tool complexity, I "love" wasting time with makefiles * minimalistic and powerfull at the same time * more developer and less verbose than rust * no llm or copilot suport ## TODO: This is pool of ideas of what to implement in zig - [x] naive ls implementation - [x] naive socket server - [ ] naive grep implementation - [ ] render some stuff with sdl - [ ] play with raylib - [ ] interop with c project