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.
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.