Any ideas for a new language inspired to Python?

Grant Edwards grant.b.edwards at gmail.com
Sat Aug 8 14:26:11 EDT 2020


On 2020-08-07, Marco Sulla <Marco.Sulla.Python at gmail.com> wrote:

> My core ideas are:
>
> 1. Statically compiled (of course...). So if you write:
>
> var a = 1
>
> the variable `a` is an integer and it's value can't be changed to
> anything that is not an integer

That's "statically typed".  It has nothing to do with whether it's
statically compiled or not.

--
Grant



More information about the Python-list mailing list