On the topic of Java
After reading all the “I’m in!” post’s I feel I can safely say that Java will be the most used programming language in the entire Jam. I myself am going to be using Java for LD. But all that is besides the point. My question is, how many people here would agree that soon Java is going to replace C++ in a maybe no so distant future. Obviously not going to happen over the course of a year but it is a serious possibility. Not just because people are using it in the Ludum Dare but because it offers lots of control while remaining clean and simple. Maybe not everything about games will writing in Java as some parts of the LWJGL OpenGL port to Java is written in C++. Anyways these are my thoughts and as it is a discussion topic I would like to know what you guys think.
Thanks for reading and have a great LD!
EDIT: when I say replace C++ I mean in the game development industry
Personally, I using the appoach of C++ engine library with scripting(Lua) support embedded within it.