Native Windows Application Development Options

后端 未结 24 638
予麋鹿
予麋鹿 2021-01-12 10:42

Long winded title, short question:

If one wants to develop for Windows but not have to rely on any external dependency (no runtime, thus ruling out .net), what suppo

相关标签:
24条回答
  • 2021-01-12 10:55

    Ubercode using UberCode compiler

    0 讨论(0)
  • 2021-01-12 10:57

    C (lots of compilers available)

    0 讨论(0)
  • 2021-01-12 10:59

    Forth using BigForth compiler

    0 讨论(0)
  • 2021-01-12 11:01

    Modula 2 using modula2 compiler

    0 讨论(0)
  • 2021-01-12 11:03

    Haskell using GHC. Compiles via C or direct to native code requiring no special libraries.

    0 讨论(0)
  • 2021-01-12 11:05

    eiffel using SmartEiffel*

    (*note SmartEiffel interprets eiffel, and generates ANSI C code, which can be compiled with any standard C compiler. It also generates Java byte code.)

    0 讨论(0)
提交回复
热议问题