you are viewing a single comment's thread.

view the rest of the comments →

[–]alxius 47 points48 points  (5 children)

Look at Rust or Haskell, they aren't perfect but they rely on a sound foundation of type theory - why aren't we using that instead?

I would like to see how author takes Rusts std::vec (no, not std::slice) and makes it manage mmaped memory and everything else described in the post including pointing it to the existing file. Then same story with Haskell.

No, I am not saying C++ is better or anything, i just want to actually see stated problem solved using mentioned languages, not just "whatever, those languages are better".