FYI, here's what I'm hoping to get into Guile 2.0.8. Mark
2.0.8 TODO ========== * [SUBMITTED] Refactor pending numerics patches. * [SUBMITTED] Implement Dybvig and Burger's algorithm for printing floats. * [NEEDS REVISION] Fix BOM handling. * #!optional and #!rest reader handling. * Add command-line option to augment %load-compiled-path. * Change 'sqrt' to return an exact rational when possible. * Optimize overflow check in scm_product (i.e. avoid the division). * Add call/ec and let/ec. * Implement optional arguments to vector-copy (SRFI-43) * Make sure that 'syntax-parameterize' reports an error (or at least a warning) if the associated identifier is not defined as a syntax parameter. * [Ludovic?] Fix par-map and par-for-each to not overflow the stack for large lists. * [Daniel Hartwig?] Support Relative URIs in (web uri) * [Ian Price?] Fix flawed index range check in bytevector accessors.