What are the programming languages that compile to native code and which have provided a comprehensive library with them?
Libraries that includes functionality such as N
Hmmm. The funny thing is, most OSes have native APIs for all that stuff. So all you really need is a language that can link in OS calls. Pretty much any compiled language worth its salt will do that.