Hacker News new | ask | show | jobs
by aegnor 3497 days ago
I don't really see when I would use the this. When I have JAR with unknown contents and I want to see version and dependencies of it?
1 comments

At a guess, may be useful when:

* Working with old enterprise libraries ("just use the jar!")

* Optimisation when dealing with a compile to JVM language like Closure or Scala

* Research, such as reverse engineering badly behaved jars.

Not really sure why this would be helpful only with Scala in this case. Scala is not transpiled, it's compiled directly to bytecode just like Java so if it was helpful with Scala it should be helpful with Java as well.