[plt-scheme] name checking for R6RS libraries

From: detmammut at googlemail.com (detmammut at googlemail.com)
Date: Sun Feb 22 13:55:22 EST 2009

Hello,

I just recognized that PLT does not really check whether a library
that is found in
the collection path contains a library with the same name. Is that
behavior something
intentionally, that I can rely on?

when .../srfi-for-mzscheme/%3a1/lists.sls contains:
(library (srfi :1 lists) ....)

some other file can import that file with
(import (srfi-for-mzscheme :1 lists))

Regards,

Christian




Posted on the users mailing list.