Hacker News new | ask | show | jobs
by beamatronic 2339 days ago
None of that matters to someone learning how to implement a stack, a linked list, quick sort, etc.
1 comments

It does though, if you mix near and far pointers, you are going to be getting crashes. Pointer equality and comparison are non-trivial. Whereas on a modern 32-bit CPU you don't have any such distinction.
Wow, how did you learn all this stuff?