[plt-scheme] re: r6rs collection

From: David Van Horn (dvanhorn at cs.brandeis.edu)
Date: Thu Jun 28 13:47:20 EDT 2007

David Van Horn wrote:
> I've been trying to experiment with the r6rs collection, but I'm
> having trouble writing a working example of a r6rs library.
>
> I have in collects/r6rs/foo.ss:
>
> #reader(lib "library.ss" "r6rs")
> (library "foo" "scheme://r6rs"
>  (import)
>  (export)
>  1)
>
> But then when I require (lib "foo.ss" "r6rs"), I get:
>
>   unknown module: |,/Applications/plt/collects/r6rs/bar|

Sorry, that should read:

   unknown module: |,/Applications/plt/collects/r6rs/foo|

David


Posted on the users mailing list.