From: Geoffrey K. <ge...@kn...> - 2004-06-24 19:47:10
|
OK, I see your logic. I wrote my note after I imported some classes from JAR files, and then to my surprise found, from (classpathURLs), that the classes were never actually loaded and various symbols remained undefined. It turned out that happened because I launched JScheme via "-jar jscheme.jar" instead of "jscheme.REPL". I guess I'd call the `import' facility that requires classes to exist `import-exist' or `import-now'. Geoffrey -- Geoffrey S. Knauth | http://knauth.org/gsk On Jun 24, 2004, at 15:35, Ken Anderson wrote: > I don't think it should check, though you can write a version that > does. > Since i use JScheme to build my applications its normal for classes > not to exist until after i've compiled them. |