This is a fork, where I did my playtime. Make sure to check the original repo thlorenz/learnuv
- C Introduction - https://www.w3schools.com/c/c_intro.php
- Pointers - https://www.w3schools.com/c/c_pointers.php
- Address-Of / Dereference
- Struct - https://www.w3schools.com/c/c_structs.php
- Automatic Allocation vs Dynamic Allocation (malloc)
- NULL
- Typecast - https://www.tutorialspoint.com/cprogramming/c_type_casting.htm
- LibUV guidebook (5 mins reading) - https://thlorenz.com/learnuv/book/
And of course a magnificent LibUV Guidebook
npm install
pyenv install 2.7 &&
pyenv local 2.7.18
pip install six # https://github.com/thlorenz/learnuv/issues/45
eval "$(pyenv init -)" # for some reason it's not working from ~/.zshrc
./learnuv
./learnuv xcode
open learnuv.xcodeproj
./learnuv verify
MIT