guix-devel
[Top][All Lists]
Advanced

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

Re: [Outreachy] Use of impure functional programming and use of vlists


From: Arun Isaac
Subject: Re: [Outreachy] Use of impure functional programming and use of vlists
Date: Sat, 27 Feb 2021 18:06:11 +0530

> 1) having a list and then using for-each it to display the commit 
> information;
> 2) display the list while building it.

Would something like list-transduce from srfi-171 be useful?
list-transduce lets you avoid building intermediate lists that need to
be garbage collected.

https://www.gnu.org/software/guile/manual/html_node/SRFI_002d171.html

Attachment: signature.asc
Description: PGP signature


reply via email to

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