guile-devel
[Top][All Lists]
Advanced

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

[PATCH] Extensions for SRFI-171 (Transducers)


From: Colin Woodbury
Subject: [PATCH] Extensions for SRFI-171 (Transducers)
Date: Wed, 21 Dec 2022 09:48:13 +0900
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0

Happy holidays everyone, I hope everything is going well for you.

Since discovering SRFI-171 (Transducers) I have fallen in love with it. Transducers let me "talk the way I want to talk" while knowing that I'm being efficient underneath w.r.t. to iteration and allocation. In using Guile's implementation, I noticed a few common idioms missing that are otherwise present in other languages, so I've added them in a series of patches. I've been using these often for a number of weeks without issue, but of course have added unit tests as well.

The full details are in the commit messages, but here are the main highlights:

Cheers, and have a great holiday.

Colin

Attachment: 0001-srfi-171-add-twindow-and-various-reducers.patch
Description: Text Data

Attachment: 0002-doc-add-new-SRFI-171-reducers-to-the-manual.patch
Description: Text Data

Attachment: 0003-srfi-171-add-unit-tests-for-new-functions.patch
Description: Text Data


reply via email to

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