logoalt Hacker News

baq11/08/20242 repliesview on HN

gcc was specifically designed to not have many reusable parts to avoid people ripping them out. modularity only happened after LLVM and clang specifically started eating its lunch.


Replies

Y_Y11/08/2024

> LLVM and clang specifically started eating its lunch

I don't know how you can eat GCC's lunch. I feel like in this analogy GCC eats from a communal trough and is very happy to share. A company that sells licenses can lose customers, the GNU project just wants the world to benefit. GCC is still ubiquitous and has plenty of developers and mindshare, what more could they want?

show 1 reply
f1shy11/08/2024

Most certainly not. The modularity was not great, but BIG chunks of code could be copied. I did that myself.