On Feb 3, 12:07 am, dmiller wrote:
> Completely arbitrarily, ClojureCLR names the AOT-compilation generated
> files whatever.clj.dll. The .clj. is superfluous, but does serve as
> a visual indication of the assembly's origin. Question: Useful, or
> just annoying?
The extra .clj in the .dll f
I've made a change to the naming and location of AOT-compiled
assemblies generated by ClojureCLR.
Previously, ClojureCLR had followed the conventions of ClojureJVM in
naming/locating class files (assemblies in CLR-land) generated by AOT-
compilation. Thus, doing (compile 'a.b.c) would find sourc