Adding static typing to Python

Erik Max Francis max at alcyone.com
Thu Feb 21 13:52:56 EST 2002


gbreed at cix.compulink.co.uk wrote:

> Okay, so we have a continuum and Perl isn't quite purely weak typing. 
> But
> I still don't see a trace of strong typing, by this definition, in C. 
> I
> can also find plenty of contradictory definitions ...

One can argue where to put the fenceposts.  Certainly you can circumvent
the type system in C more easily than you can in, say, Java.  But
certainly C is more strongly typed than Perl, in which objects don't
even have any intrinsic concept of type whatsoever.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, US / 37 20 N 121 53 W / ICQ16063900 / &tSftDotIotE
/  \ Laws are silent in time of war.
\__/ Cicero
    Esperanto reference / http://www.alcyone.com/max/lang/esperanto/
 An Esperanto reference for English speakers.



More information about the Python-list mailing list