-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Released jar contains compiled clojure.lang classes #97
Comments
Wow, what are those doing there? :) |
They support Clojure's Deref protocol - see the README. |
Ah, could the project depend on the Clojure jar instead? |
Possibly? Patches welcomed, etc. Thanks. |
Probably a dumb question: why to pull in a complete Clojure runtime just to have two very simple interfaces? |
My concern is if Clojure changes these interfaces (eg., adds methods) we would then have 2 different versions of the class on the classpath. If you're unlucky, you may get the old version and be in jar hell. |
As of 0.5.1, the jar of this project contains:
The text was updated successfully, but these errors were encountered: