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

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

    Swift by Apple, but now Open Source, compiles to native code and is available for OS X and Linux.

    Batteries are completely included for Mac OS X and iOS through Apple's extensive libraries/APIs, and support for OS independence is on the way with the development of core libraries.

提交回复
热议问题