Skip to content

Conversation

r-moeritz
Copy link

I've reverted my previous changes & started from scratch. There's now a utility called ResPack that gets run as a post-build step (after Clojure.Compile) and embeds all the AOT compiled assemblies into one binary resource file called Clojure.resources. The RT has been modified to try to load assemblies from Clojure.resources as a last resort.

This is meant to make it easier for people who want to call Clojure code from C# or another .NET language, since they can now just copy Clojure.resources to their bin directory and no longer require references to the AOT compiled Clojure assemblies.

@r-moeritz r-moeritz closed this May 22, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant