Python's "only one way to do it" philosophy isn't good?

Anders J. Munch 2007 at jmunch.dk
Wed Jun 13 13:01:02 EDT 2007


Alexander Schmolck wrote:
> "Anders J. Munch" <2007 at jmunch.dk> writes:
> 
>> Like Steven said, tail-call optimisation is not necessary as you can always
>> hand-optimise it yourself.
> 
> Care to demonstrate on some code written in CPS (a compiler or parser, say)?

I meant tail recursion, not tail-call, sorry, that was just my fingers trying to 
save typing.

- Anders



More information about the Python-list mailing list