Python with braces.

Alex cut_me_out at hotmail.com
Sun Jun 25 10:49:30 EDT 2000


I don't think there's an interpreter that can handle Python with braces,
but there is a preprocessor that can take Python with control structures
delimited by braces, and format it with the appropriate indentation for
the vanilla Python interpreter.  I've never tried it, because it seems
like a terrible way to code, for me, even though it's a cool idea.  But
you can find it here:

http://www.python.org/pipermail/python-list/1999-June/066547.html

Alex.



More information about the Python-list mailing list