[issue38280] Feature request: Add support to compile to native binary like as golang

2019-09-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: The PSF and the core developer group do not have the resources to do this. Pie in the sky proposals like this should be floated on python-list or perhaps python-ideas, where you can get more answers as to 'Why not ...?" or perhaps 'How to ...?". (Several

[issue38280] Feature request: Add support to compile to native binary like as golang

2019-09-25 Thread WHK Yan
New submission from WHK Yan : It would be very useful to be able to compile at a low level a complete Python functional script and generate a native binary for each type of operating system and architecture just like golang does. For example: Run script: $ go run script.go Compile script: $