- Hands-On System Programming with Go
- Alex Guerrieri
- 45字
- 2021-06-24 13:42:12
OS adherence
Not all operating systems are POSIX compliant. Windows was born after the standard and it is not compliant, for instance. From a certification point of view, macOS is more compliant than Linux, because the latter uses another standard built on top of POSIX.