Hacker News new | ask | show | jobs
by jpe90 1152 days ago
The excellent backwards compatibility rocks too. This weekend I wanted a library to diagram the class hierarchy of a Java project I put together.

I found a 10 year old library that worked with no issues, I was done in minutes even though I rarely use Java or Clojure so my familiarity is low. There are very few languages where I would have a similar experience.

https://github.com/stuartsierra/class-diagram

1 comments

I had a similar experience with some random jar visualizing some algorithm which I downloaded from a professor’s website, which just worked.