blob: 82363d9dc6f566781cdcf20534ed3bbfb8138f3d (
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
- [x] naive socket server
- [ ] naive grep implementation
- [x] render some stuff with sdl
- [ ] play with raylib
- [x] interop with c project
|