Hacker News new | ask | show | jobs
by opless 746 days ago
Plan 9 is also a pretty simple codebase to understand.
1 comments

One has to respect some of the design decisions behind Plan 9. Per-process namespaces, binds, and treating everything as a file provides a certain level of elegance that just isn't seen in many other Unix-like OSes.