From: Timothy J. H. <tim...@ma...> - 2003-06-21 21:58:05
|
Hi Jscheme afficionados, I've started using the ability to load from a URL and its very nice. One problem is occurs when we load a file F from a URL and that file contains non-URL load statements. The natural interpretation would be to look for these embedded loads on that remote URL (just as happens with relative links in webpages), but currently Jscheme looks for those files locally. It should be pretty easy to get around this problem (keep a stack of URLs and always use the top of the stack for loads). What do you think? Am I missing some unintended consequence? ---Tim--- |