about summary refs log tree commit diff
path: root/README.md
blob: a319bfea58fe0b631af60e451b768748a5d6dd53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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

- [ ] simple neural networks - in progress
- [ ] basic ml algorithms
- [ ] pong
- [ ] simple web server
- [ ] esp32 stuff
- [ ] simple os
- [ ] naive docker clone
- [ ] naive data storage
- [ ] naive git
- [ ] improve cli args parser
- [ ] play with markow chains
- [ ] btree index for toy db

## More ideas
https://github.com/practical-tutorials/project-based-learning?tab=readme-ov-file#cc