[Types-sig] Why have two hierarchies? (*EUREKA!*)

M.-A. Lemburg mal@lemburg.com
Sat, 05 Dec 1998 00:21:18 +0100


Just van Rossum wrote:
> 
> And now for the hottest part:
>    *** This Actually Works in Plain Vanilla Python 1.5! ***
> 
> On this page you'll find an implementation:
> 
>     http://starship.skyport.net/~just/meta/Flat.py
> 
> Exhaustively commented. Sorry, no energy left for demos ("batteries not
> included"). Look at the test code at the bottom for simple examples of how
> compatible this is with current Python semantics.
> For those of you who are lazy: it's very compatible.

FYI, If you want to see the above script in color, go for:

http://starship.skyport.net/~lemburg/py2html.cgi/~just/meta/Flat.py

or more general:

http://starship.skyport.net/~lemburg/py2html.cgi/http://starship.skyport.net/~just/meta/Flat.py

Note that this WWW colorizer works for all Python scripts available
on the web: just add the complete URL behind '.../py2html.cgi/' and
you get the script in color. For scripts lying on starship you
can strip the 'http://starship.skyport.net/' part.

-- 
Marc-Andre Lemburg                               Y2000: 392 days left
---------------------------------------------------------------------
          : Python Pages >>> http://starship.skyport.net/~lemburg/  :
           ---------------------------------------------------------