Re: Fast recursive generators?

2011-10-28 Thread Michael McGlothlin
>> I'm trying to generate a list of values > > Better to think of a sequence of values, whether materialized as a 'list' or > not. The final value will actually be a string but it seems it is usually faster to join a list of strings than to concat them one by one. >> where each value is dependent

Fast recursive generators?

2011-10-28 Thread Michael McGlothlin
ng for something more like: l = do ( lambda a: func ( a ), big_number, start ) Thanks, Michael McGlothlin -- http://mail.python.org/mailman/listinfo/python-list