This is programming;
This is Java;
This is programming on Java.
Name:
Anonymous2013-06-07 1:01
>>1
I make more money programming in C/C++/Objective-C and being able to us OpenGL, Direct3D, and OpenCL.
Name:
Anonymous2013-06-07 2:53
>>9
I actually write ENTERPRISE Java for a living, because I am an honorless worm with no shame, and my current assignment is working with JOGL. I bring this up because if some Java fanboy comes into the thread he will undoubtedly mention it, but fuck him, you're completely right.
Name:
Anonymous2013-06-07 13:18
I hate everything about Java. The syntax, the names, the concepts, the IDEs, the stupid foreach, the packages, the jars, everything. C/C++ all day every day.
Name:
Anonymous2013-06-07 15:01
Lisp: "Hello, World!"
Java:
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}