Any ideas for a new language inspired to Python?

Marco Sulla Marco.Sulla.Python at gmail.com
Sat Aug 8 13:18:13 EDT 2020


On Sat, 8 Aug 2020 at 14:10, Barry <barry at barrys-emacs.org> wrote:
> >> On 7 Aug 2020, at 23:28, Marco Sulla <Marco.Sulla.Python at 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?


More information about the Python-list mailing list