(no title)
migrantgeek | 12 years ago
Why can't someone just write for fun? Does everything now have to be "disruptive" and commercially viable?
migrantgeek | 12 years ago
Why can't someone just write for fun? Does everything now have to be "disruptive" and commercially viable?
stevoski|12 years ago
I never finished. The only code I ever bothered decompiling was code I had written to test the decompiler. But I learnt a heck of a lot about how the JVM works, about Java byte code, and about some data structures and analysis. And I learnt exactly how the Java class file is defined.
It is something I'd highly recommend trying for your language of choice.
paperwork|12 years ago
Something like this is great to learn how the JVM actually works, and can improve the way you code Java. I always found it incredibly boring to read language/vm specs but building something like this makes the abstract and obscure, concrete (at least for a programmer's brain)
phleet|12 years ago
If the author wanted to learn _and_ get publicity, a blog post or at least including a "why" section that says "just for fun" on the landing page would seem suitable to me.
There probably is some interesting motivation for doing this, it's just not clear what it is.
daenz|12 years ago
You mean one of github's default landing pages for projects? http://i.imgur.com/nQgmrE5.png
arjn|12 years ago