Weak Type Ability for Python

Cameron Simpson cs at cskk.id.au
Wed Apr 12 22:21:58 EDT 2023


On 12Apr2023 22:12, avi.e.gross at gmail.com <avi.e.gross at gmail.com> wrote:
>I suspect the OP is thinking of languages like PERL or JAVA which guess 
>for
>you and make such conversions when it seems to make sense.

JavaScript guesses. What a nightmare. Java acts like Python and will 
forbid it on type grounds (at compile time with Java, being staticly 
typed).

Cheers,
Cameron Simpson <cs at cskk.id.au>


More information about the Python-list mailing list