On Sat 03 Sep 2016 09:20, Amirouche Boubekki <amirou...@hypermove.net> writes:
> Using guile 2.1.3, I have a program that: > > - reads urls from a text file > - download the urls using curl command via popen > - output the result to stdout > > Also, it relies on n-for-each-par-map for ice-9 threads. Can you reduce it please? For example, remove the use of threads. Andy