Programming languages that compile to native code and have the batteries included

前端 未结 6 1019
不思量自难忘°
不思量自难忘° 2021-02-02 00:29

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

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-02 01:27

    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.

提交回复
热议问题