Traling junk in string.atof (RE: array constructor)

Michal Wallace (sabren) sabren at manifestation.com
Mon Feb 28 04:59:58 EST 2000


On Mon, 28 Feb 2000, Gerrit Holl wrote:

> <quote name="Ken Seehof" date="951682785">
> > I remember reading about a language that generates absolutely no errors of
> > any kind.
> 
> HTML, javascript, CSS, PHP.


There's another language, too... It's called "Trython". It looks an
awful lot like some other scripting language I recall seeing once, but
you put everything inside the special trython begin/end blocks, like so:

##################

try:
    exec("""

    insert any crappy, bugridden code you want :)

    """)
except:
    pass


##################

:)

Cheers,

- Michal
-------------------------------------------------------------------------
http://www.manifestation.com/         http://www.linkwatcher.com/metalog/
-------------------------------------------------------------------------





More information about the Python-list mailing list