On 03/20/2013 11:49 AM, Alessandro Campagni wrote:
> Still wondering whether it is possible to achieve this results just
> map-ing append-ing and makelist-ing :D
The problem is that the final list will have a different length than the
list you are mapping into, and you cannot tell from the beginning what
the length of the final list will be, so I doubt that only map will do
it. Makelist works similarly to a for loop but with some limitations; I
think than in order to make it work as you suggest it would need some
changes.
Regards,
Jaime