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

前端 未结 6 1080
不思量自难忘°
不思量自难忘° 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:32

    I am currently working with Qt.

    http://doc.trolltech.com/4.5/index.html

    Edit: a Nitpick..

    A programming 'language' is a grammar and set of semantics and syntax. It contains NONE of the things you are asking about. What you want to know about is API's, not languages.

提交回复
热议问题