> Essentially, inter-library would store the library forms in the specified > data source specifier (file name or URI or whatever) in the appropriate > location and form for it to later access when it sees an "import" form.
How would the system know to what library a particular file or URI corresponded? If we were to use this system, I'd prefer that `inter-library' take an additional parameter that specified the library in question in R6RS syntax, e.g. `(rnrs bytevectors (6))'. That would be better than an approach based on naming conventions. If an implementation wanted to use naming conventions, it could build that on top. _______________________________________________ r6rs-discuss mailing list [email protected] http://lists.r6rs.org/cgi-bin/mailman/listinfo/r6rs-discuss
