# C

Lingua franca of programming world. I write Go which is similar to it.

## Links

* [Principles for C programming](http://drewdevault.com/2017/03/15/How-I-learned-to-stop-worrying-and-love-C.html)
* [Understanding pointers](http://drewdevault.com/2016/05/28/Understanding-pointers.html)
* [c4](https://github.com/rswier/c4) - C in four functions.
* [Project Based Tutorials in C](https://github.com/rby90/Project-Based-Tutorials-in-C#readme)
* [One year of C](http://floooh.github.io/2018/06/02/one-year-of-c.html)
* [Building C programs](http://seenaburns.com/building-c-programs/)
* [Tiny Garbage Collector](https://github.com/orangeduck/tgc) - Tiny Garbage Collector for C.
* [Awesome C](https://github.com/kozross/awesome-c#readme) - Curated list of awesome C frameworks, libraries, resources and other shiny things.
* [9cc small C compiler](https://github.com/rui314/9cc)
* [picol, a Tcl interpreter in 550 lines of C code (2007)](http://oldblog.antirez.com/post/picol.html)
