Python from Wise Guy's Viewpoint

Fergus Henderson fjh at cs.mu.oz.au
Wed Oct 29 04:26:01 EST 2003


Pascal Costanza <costanza at web.de> writes:

>You can't have metacircularity in a statically type language.

Could you explain exactly what you mean by "metacircularity"?

Anyway, I'm skeptical of this claim.  At very least, it should be possible
to have a language which is mostly statically typed (i.e. statically
typed by default), even if on some occaisions you have to fall back to
dynamic typing. 

Whether or not any existing statically typed language implementations
support this sort of thing is another question...

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.




More information about the Python-list mailing list