Is there a compiled* programming language with dynamic, maybe even weak typing?

后端 未结 9 2045
野的像风
野的像风 2021-02-02 06:44

I wondered if there is a programming language which compiles to machine code/binary (not bytecode then executed by a VM, that\'s something completely different when considering

9条回答
  •  无人共我
    2021-02-02 07:03

    Python to C probably needs these criteria.

    1. Write in Python.

    2. Compile Python to Executable. See Process to convert simple Python script into Windows executable. Also see Writing code translator from Python to C?

提交回复
热议问题