Julian Graham <jool...@gmail.com> writes: > Hi Rotty, > >> All R6RS implementations I'm somewhat familiar with (Ikarus, PLT, >> Ypsilon) do some kind of name mangling when library names contain >> "special" characters; e.g. (srfi :6 and-let*) maps to >> "srfi/%3a2/and-let%2a.sls", at least for Ikarus (%-escaped hex of the >> utf-8 encoding, IIRC). > > Hey, wait, I'm dumb -- why does :6 map to UTF-8 0x3A2? > Oh, sorry, typo: it should have been (srfi :2 and-let*).
Rotty