On 2020-08-07, Marco Sulla <marco.sulla.pyt...@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 -- https://mail.python.org/mailman/listinfo/python-list