Re: [pypy-dev] How to compile a file with rpython

2021-11-21 Thread Matti Picus
On 21/11/21 9:16 pm, M A wrote: How do I make a program using rpython? Say I have this file: def main(): for i in range(100): print("hello world"), if __name__ == "__main__": main() How would I turn it into an executable file using rpython? The canonical starting

[pypy-dev] How to compile a file with rpython

2021-11-21 Thread M A
How do I make a program using rpython? Say I have this file: def main(): for i in range(100): print("hello world"), if __name__ == "__main__": main() How would I turn it into an executable file using rpython? ___ pypy-dev mailing