jaunt-lang / jaunt

[ABANDONED] A jaunt away from Clojure
https://github.com/jaunt-lang/jaunt/issues/157
134 stars 6 forks source link

Isolated modules #143

Open expez opened 8 years ago

expez commented 8 years ago

When https://github.com/jaunt-lang/jaunt/issues/58 is addressed it would be fantastic if the isolation of modules at run-time was considered simultaneously. The upcoming jigsaw project, which is part of java 9, should make this easier.

To be clear what I'm interested in fixing 'jar hell', where you have conflicts on the classpath between the same library of different versions. These are time consuming to address and a burden I think the language/run-time should handle.