Comment on A Week with ElixirparentComments−lucian190013yI like the way it's done in Clojure, where Leiningen projects declare Clojure itself as a dependency, with an explicit version.−nuxlli13yAlso not sure I like the idea of having it for the. Besides the extra work of maintaining it may imply, I believe that leaving it in the hands of the isolation system dependencies over worked.−munificent13yThe package manager I work on for Dart supports something similar: a package can which version(s) of the Dart SDK itself that it works with.
Comments
I like the way it's done in Clojure, where Leiningen projects declare Clojure itself as a dependency, with an explicit version.
Also not sure I like the idea of having it for the. Besides the extra work of maintaining it may imply, I believe that leaving it in the hands of the isolation system dependencies over worked.
The package manager I work on for Dart supports something similar: a package can which version(s) of the Dart SDK itself that it works with.