help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: functions to download mailing list archives


From: Emanuel Berg
Subject: Re: functions to download mailing list archives
Date: Tue, 14 Jun 2022 12:26:36 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

GH wrote:

>>> I use recursion to get urls
>>
>> No, you use recursion to process the pages pointed by the
>> urls you got from a given page.
>>
>> Now, instead of recursion you add the urls to a list, which
>> acts as a queue, and get the urls to be processed from that
>> list at the same time you add new urls to the end of
>> the list.
>
> I dont know how do without recursion. If you know how,
> please write the function.

Iteration (a loop).

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]