logoalt Hacker News

pjc50today at 10:12 AM0 repliesview on HN

Bit of an extreme position, no? Languages without OO tend to end up reinventing it. Like the Linux kernel style of "big C structure with function pointers": that's just a vtable which you have to maintain by hand. Or, god help you, trying to do COM in C.

What's a good codebase that is very large but without either OO or pseudo-OO?