First, I have recently enjoyed the use of both Clojure's and Node's package management facilities.
I am trying to understand how local project dependencies in Julia compare. So far what I can gather is most of Julia's intrinsic package handling is global. Is it possible to download a private and/or public package and only manage its dependencies? Can one store these dependencies local to the package, akin to 'node_modules' in npm? Thanks! Dave
