Live data from Hacker News

Greatest Java apps

blogs.oracle.com

21–30 of 194 posts

Re: Greatest Java apps

#22

What are the odds that a language known for its use in boring enterprise software is the language used to create the most popular video game in history (Minecraft). If C++ was a person it would be mad/salty at this fact.

Yea probably, I doubt that Minecraft would've been any less succesful written in C++ or any other language though.

I've heard that the relative ease of decompiling Java might have contributed significantly, since it made mods much easier than they would've been with C/C++.

Re: Greatest Java apps

#26
post #22

Earlier quoted context omitted.

Yea probably, I doubt that Minecraft would've been any less succesful written in C++ or any other language though.

I've heard that the relative ease of decompiling Java might have contributed significantly, since it made mods much easier than they would've been with C/C++.

I'm confident the community driven modding contributed to Minecraft's success in a massive way.

Re: Greatest Java apps

#27
>Some credit Minecraft’s early success to the fact that players could play in a web browser via Java applets rather than having to download and install the game.

I never knew this was possible

Re: Greatest Java apps

#29
Sort of mystifying that ByteBuddy (a library) is included while Spring framework is not. I realize that some people point to the edges of the Spring ecosystem as proof that it is low-quality, but it's hard to argue against the framework itself being great.

Edit: To clarify, I also don't agree with 'proof' of Spring being 'low quality'. In my experience most who criticize Spring don't understand that it is a loosely coupled collection of things implemented on top of IoC/AOP, and are frustrated when they are forced to diagnose things that go wrong. From the beginning, Spring moved fast because it wasn't bogged down in committee, and it covers huge portions of software development. Quality does vary between the value add sub-projects, but it's amazing what the Spring community has done with IoC/AOP.

Re: Greatest Java apps

#30

What are the odds that a language known for its use in boring enterprise software is the language used to create the most popular video game in history (Minecraft). If C++ was a person it would be mad/salty at this fact.

Yea probably, I doubt that Minecraft would've been any less succesful written in C++ or any other language though.

Depends. Success measured how? For the end user -- the players, that is -- it would likely make little difference. For the developer, it's very different. A game that doesn't get made at all is infinitely less successful than one that exists.
Post reply on HN