I'm trying to use string-join in my egg git-hooks-mediawiki[1]. This egg imports utf8-srfi-13, and I am getting an error message about this routine:
Warning: reference to possibly unbound identifier `string-join' in: Warning: parse-error Warning: suggesting: `(import srfi-13)' I believe that importing utf8-srfi-13 should suffice to get this routine, and that the utf8 egg should but doesn't import this routine. Is that correct? is string-join the only routine from srfi-13 not imported by utf8-srfi-13? I appreciate your guidance here, -Alan 1: https://github.com/alanpost/git-hooks-mediawiki -- .i ma'a lo bradi cu penmi gi'e du _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
