l...@gnu.org (Ludovic Courtès) writes: > taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > >> And for what it's worth, I have an arguably cleaner implementation of >> SRFI-64 here, but it's an R7RS library so it won't work out-of-the-box >> on Guile yet: https://gitorious.org/taylan-scheme/srfi/ > > Guile 2.0.12 onward will also ship SRFI-64.
2.0.11 already has the reference implementation (improved for Guile by Mark) wrapped into a Guile module, which I was contrasting mine to. Taylan