On Sat, 8 Aug 2020 at 14:10, Barry <ba...@barrys-emacs.org> wrote: > >> On 7 Aug 2020, at 23:28, Marco Sulla <marco.sulla.pyt...@gmail.com> wrote: > > My idea seems to be very simple (so probably it's not simple at all): > > a language similar to Python, but statically compiled. > > Have a look at Appleās Swift. It reminds me of python as I read it.
Thank you, some features are interesting, even if I prefer the Python syntax. What about the compiler? Is it better to "compile" to C or to bytecode? How can I generate a bytecode that can be compiled by gcc? Can I skip the AST generation for now, or it will be a great problem later? -- https://mail.python.org/mailman/listinfo/python-list