Q about tail recursion
François Pinard
pinard at iro.umontreal.ca
Sun Feb 27 08:22:28 EST 2000
More information about the Python-list mailing list
Sun Feb 27 08:22:28 EST 2000
- Previous message (by thread): Q about tail recursion
- Next message (by thread): Q about tail recursion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Tim Peters" <tim_one at email.msn.com> écrit: > [...] even consider putting "assert 0" at the end of the function if > you never expect to "fall off the end". Another good idea, thanks! By the way, I do much like that `assert' is a an element of Python syntax, instead of a feature of the library. It's much cleaner this way, and it also recognises that assertions are an important enough concept, to warrant a good place even in a language which tries to not proliferate concepts. -- François Pinard http://www.iro.umontreal.ca/~pinard
- Previous message (by thread): Q about tail recursion
- Next message (by thread): Q about tail recursion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list