logoalt Hacker News

mort96today at 11:55 AM0 repliesview on HN

POSIX is great! For basic command line apps which don't really need to interact with the system other than reading user provided files and directories.

For graphical stuff, or stuff which wants to interact more deeply with the system, you need so much more than a common C API and rudimentary shell specification.