Which programming languages that can generate self contained windows .exes?

后端 未结 12 2500
既然无缘
既然无缘 2021-02-19 02:09

I want to make an easy to deploy Windows application and was was wondering which programming systems can create totally self contained Windows .exe files?

As a plus, if

12条回答
  •  梦谈多话
    2021-02-19 02:25

    Tcl can do this, especially through producing starpacks. They can be produced for all platforms from the same code. Note that this also includes all the necessary runtime libraries (except for things like the C library, but you don't want to make that static under normal circumstances).

提交回复
热议问题