Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Making the classpath dynamic #31

Closed
nepeckman opened this issue Nov 18, 2016 · 2 comments
Closed

Making the classpath dynamic #31

nepeckman opened this issue Nov 18, 2016 · 2 comments

Comments

@nepeckman
Copy link

Lumo is capable of having dynamic classpath, something that ClojureScript on the JVM cannot do. While not a critical feature, a dynamic classpath opens some interesting options for programs using Lumo.

@eginez
Copy link

eginez commented Nov 23, 2016

Absolutely I have been thinking about this for a while now, I think resolving dependencies and dynamic classpath can be combined to achieve something like this
(ns org.ns.com
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.229"]
[org.clojure/core.async "0.2.391"]])

In a similar fashion as http://docs.groovy-lang.org/latest/html/documentation/grape.html

@anmonteiro
Copy link
Owner

fixed 67efbf0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants