As part of the install process, he purposefully rips all the whitespace out of his files. Presumably to make them load faster. The match.ss module is like this too (in ice-9).
He also drops the extensions, which guile allows/tolerates. And, he tweaks some of the files so they work in 1.4 and 1.6. The .scm files are there somewhere, with all the whitespace. William Xu wrote: > Thien-Thi Nguyen <[EMAIL PROTECTED]> writes: > > >> Maybe this is a bug? >> >>if the files are unusable, e.g., doing "(use-modules (www http))" fails >>to load the (www http) module, then that would be a bug, either in the >>packing method, or in guile's loading method (or possibly elsewhere). >>otherwise, it is not a bug. > > > Okay. :) > _______________________________________________ Guile-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/guile-user
