make-alpha
[Top][All Lists]
Advanced

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

Re: Guile support in GNU make


From: Thien-Thi Nguyen
Subject: Re: Guile support in GNU make
Date: Mon, 23 Jan 2012 07:08:28 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

() Thien-Thi Nguyen <address@hidden>
() Mon, 23 Jan 2012 07:01:46 +0100

   Use ‘and-map’ with a predicate wrapped around ‘char-set:printing’ directly.

Blech, pre-caffeine posting...

Turns out ‘and-map’ is not documented in the Guile 1.8 Manual.  :-/
Better is ‘string-fold’ (w/ the same predicate), then.
Best is ‘string-every’ w/ ‘char-set:printing’ directly.



reply via email to

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