desponsible | 16 years ago | on: AI That Picks Stocks Better Than the Pros
desponsible's comments
desponsible | 16 years ago | on: Linus vs C++, again
Do you terribly mind elaborating on this rather bold statement?
desponsible | 16 years ago | on: Linus vs C++, again
Good point. Very good point.
Having spent few years developing for the Linux kernel I can say that the most cluttered code I dealt with was the network stack. And exactly because it was done in C++-ish way. It makes an extensive use of tables of function pointers, which is basically an analog of a C++ virtual table. A socket depending on its type would get a pointer to a different table and that table would define the actual flow, say, of the recv() call in the kernel. The concept is very elegant, and it translates into a more compact code, but it also makes tracing the code by hand hard.
So, yeah, Linus got a point there :)
desponsible | 16 years ago | on: What do Bill Gates and Richard Stallman have in common ?
desponsible | 16 years ago | on: AI That Picks Stocks Better Than the Pros
desponsible | 16 years ago | on: Ask HN: What are your best life hacks/best tools in life/time savers?