Hacker News new | ask | show | jobs
by gpderetta 3544 days ago
OS are not the only use cases for system languages and developing a language to be tightly tied to an os (and viceversa) is a great way to condemn both to obscurity.
1 comments

Erm... I think Dennis Ritchie would have had a few things to say about that.
good point; though, while designed to work well with each other, neither unix nor C require the other.
If you want a portable C, *libc is practically a requirement. Having POSIX is also a huge boon.