From: Derek U. <Der...@on...> - 2002-10-18 17:43:34
|
What about extending "load" to take a class and call its static "load" method? That way (jlib.JLIB.load) becomes (load jlib.JLIB.class) which is a bit more consistent. Derek -- Derek Upham Senior Software Engineer Ontain 1750 112th Ave NE, Suite C-245 Bellevue, WA 98004-3727 Tel: 425-460-1886 der...@on... > -----Original Message----- > From: Ken Anderson [mailto:kan...@us...] > Sent: Friday, October 18, 2002 7:45 AM > To: jsc...@li... > Subject: [Jscheme-devel] CVS-update > > > Update of /cvsroot/jscheme/jscheme/src/jschemeweb > In directory usw-pr-cvs1:/tmp/cvs-serv5567/src/jschemeweb > > Modified Files: > SchemeServlet.java > Log Message: > Load now takes string that can be either a file, resource, or url. > Fix (equal? 1.0 "hi") bug > > SchemServlet now load the "code" file as a resource, > sicne getRealPath can return null. > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Jscheme-devel mailing list > Jsc...@li... > https://lists.sourceforge.net/lists/listinfo/jscheme-devel > |