about summary refs log tree commit diff
path: root/README.md
blob: 92ee9d7c8e0eb31962ebbc39de9da6abf8de19aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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
- [ ] naive socket server
- [ ] naive grep implementation
- [ ] render some stuff with sdl
- [ ] play with raylib
- [ ] interop with c project