Hacker News new | ask | show | jobs
by johnamata 1537 days ago
Are there other examples of famous projects that do that, limiting themselves to an X-amount of LOC? Last one I remember was TempleOS, although Terry went a bit over his limit (100k LOC).
2 comments

https://github.com/aosabook/500lines

>Each chapter consists of a walkthrough of a program that solves a canonical problem in software engineering in at most 500 source lines of code. We hope that the material in this book will help readers understand the varied approaches that engineers take when solving problems in different domains, and will serve as a basis for projects that extend or modify the contributions here.

"dwm is only a single binary, and its source code is intended to never exceed 2000 SLOC." https://dwm.suckless.org/