虽然我自知自己的项目无法帮助到很多人,但是我仍然为此在努力学习。
我有一些喜欢用的语言 I have some frequent-used languages
- Python:写一些小脚本 python 是优选 For some small scripts, python is a good choice
- Rust:进行需要效率的程序的书写并且考虑安全性时 rust 是不错的选择 When you consider the safety and the excuting efficiency, rust is a choice that I think better than Cpp
- C++:自从用了 rust 之后有些抛弃了 After learning rust, cpp is ignored sometimes
- C:在学习linux源码的时候使用 Some time when reading the beautiful and huge linux kernel source code, I use C for some examples. Btw, it's no sense to add a new package unless it's working