Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道那里有哪些本机跨平台语言+环境。
这类似于其他人提出的其他一些问题,但是只有三个要求:
二进制文件不必是本机的,因为它们可以编译为程序集。它们只需要自托管(不需要外部 VM 或解释器)。
eForth 是 8MB。完整的 IDE(命令行)并移植到几乎任何东西。
Lazarus 是一个免费的跨平台和开源 IDE,它为 Pascal 和 Object Pascal 开发人员提供了类似 Delphi 的开发体验。这意味着 IDE 包含一个完整的 GUI 构建器,并且以 GUI 开发为中心。
它是创建 Free Pascal 编译器的项目的一部分,该编译器支持多种 Pascal 方言,包括 Delphi。还有一个标准库,其中包含您所期望的许多基础知识。
Lazarus 和 Free Pascal 网站