Skip to content
Prev Previous commit
Next Next commit
reformatting to follow guidelines
  • Loading branch information
alejandro.nadal@synics.ch committed May 5, 2025
commit 978b1484b7b7258fba8ee727e4516341ddeeaed3
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
## C/C++:

- [Build an Interpreter](http://www.craftinginterpreters.com/) (Chapter 14 on is written in C)
- Memory allocators:
- [Memory Allocators 101 - Write a simple memory allocator](https://arjunsreedharan.org/post/148675821737/memory-allocators-101-write-a-simple-memory)
- [Malloc is not magic -- Implementing my own memory allocator](https://medium.com/p/e0354e914402)
- [Memory Allocators 101 - Write a simple memory allocator](https://arjunsreedharan.org/post/148675821737/memory-allocators-101-write-a-simple-memory)
- [Malloc is not magic -- Implementing a safe, space optimized memory allocator](https://medium.com/p/e0354e914402)
- [Write a Shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/)
- [Write a FUSE Filesystem](https://www.cs.nmsu.edu/~pfeiffer/fuse-tutorial/)
- [Build Your Own Text Editor](http://viewsourcecode.org/snaptoken/kilo/)
Expand Down