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
--~--~-
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
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,
>
> >