Re: Guile support in GNU make
Thien-Thi Nguyen <[email protected]>
| Newsgroups | gmane.lisp.guile.user,gmane.comp.gnu.make.devel |
|---|---|
| Message-ID | <[email protected]> |
() Paul Smith <[email protected]> () Sun, 22 Jan 2012 16:56:19 -0500 ;; Printable string (no special characters) ((and (string? x) (eq? (string-length (string-delete x char-set:printing)) 0)) x) It's trying to determine if the string contains any non-printable chars. How can I write this [...] Use ‘and-map’ with a predicate wrapped around ‘char-set:printing’ directly.