diff --git a/README.md b/README.md index a5fec0c..3fd73b1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ # personal-readings A list of computer-science related readings I'm planning on reading. Would love PR's! + +## Garbage Collection + +## Type Systems + +## Compiler Design + +## Concurrency + +## Operating Systems + +## Parallel Programming + +## Static Analysis Techniques + +--- + +### Inspiration +This project was inspired by [@una's](https://github.com/una) [personal-goals](https://github.com/una/personal-goals) project