Ask HN: What source code is worth studying?
11–20 of 117 posts
Re: Ask HN: What source code is worth studying?
#12Re: Ask HN: What source code is worth studying?
#13And the LLVM compiler is far more understandable than gcc sources: http://llvm.org/viewvc/llvm-project/llvm/
Re: Ask HN: What source code is worth studying?
#14Re: Ask HN: What source code is worth studying?
#15For systems programming, I've learned a lot from reading the source for open solaris: http://src.opensolaris.org/source/ And the LLVM compiler is far more understandable than gcc sources: http://llvm.org/viewvc/llvm-project/llvm/
Re: Ask HN: What source code is worth studying?
#16Similar previous discussions:
http://news.ycombinator.com/item?id=225577
http://www.reddit.com/r/programming/comments/26dyh/ask_reddi...
Re: Ask HN: What source code is worth studying?
#17Re: Ask HN: What source code is worth studying?
#18Re: Ask HN: What source code is worth studying?
#19Any recommendations for php? I wrote a php/mysql web application for SaaS customers. I am looking at ways to improve performance/cache/error handling or simply write a better code.
Re: Ask HN: What source code is worth studying?
#20For systems programming, I've learned a lot from reading the source for open solaris: http://src.opensolaris.org/source/ And the LLVM compiler is far more understandable than gcc sources: http://llvm.org/viewvc/llvm-project/llvm/
I agree with this, and along the same thought, OpenBSD (or any BSDs really, but OpenBSD tends to favor simpler implementations) source is very clear and concise.