Bug + Post: load failure (depending on file URL)

2008-12-03 Thread ninix
Since SVN rev 1094: RT.lastModified fails when the file is not a jar: or file: URL (for example when it is a bundleresource: URL in an eclipse plugin). With the patch the fallback in this case is to load the source file. http://groups.google.com/group/clojure/web/load_lastModified.patch --~--~-

dynamic member-symbol in (.) form

2009-03-24 Thread ninix
Hi, Is there any way to get a "dynamic" member-symbol for use in the (.) special form? For example, I get the following exception: user=> (def obj (Object.)) #'user/obj user=> (. obj (symbol "f")) java.lang.IllegalArgumentException: No matching method found: symbol for class java.lang.Object I

Re: dynamic member-symbol in (.) form

2009-03-25 Thread ninix
ailing list for the subject "Help with the dot operator special > form" for a similar discussion on the ways to achieve more dynamic (runtime) > method resolution. > > HTH, > > -- > Laurent > > 2009/3/25 ninix > > > > > > > Hi, > > >