>>3
I just realized how PIG DISGUSTING K&R style is.
Name:
Anonymous2012-07-17 5:19
lol
Name:
Anonymous2012-07-17 5:57
Doesn't make for good CGI scripts.
They should try cutting down the JVM startup time by at least 14 minutes first.
Name:
Anonymous2012-07-17 6:29
>>6
If you have 14 minutes start-up times, I think the problem is running Java on hardware that predates its first release. Specifically, cut down on a few vacuum tubes.
Every time I had to do something with that languge, I found out it's apis always behave slightly different from what I expect. That's pretty unique.
Name:
Anonymous2012-07-17 13:26
1. The JVM is all right, but using it ties you to a runtime model that is class-based and heavyweight, and evolves at a glacial pace (look how long it took to get invokedynamic).
2. The Java language is a barely tolerable Simula-style OO language plagued by several very poor design decisions (static initializers, overly low-level synchronization primitives, primitive types, generic type erasure, extreme verbosity, etc).
3. The Java Standard Edition library is a bloated disaster with only a few exceptions (java.util.collections).
Java is just a statically typed scripting language, thats all it is. Java gets its speed by the simple fact that it uses primitive variable types. Static typing ruins its ability to be used on a REPL so it never gets used for scripting. Java is a good enterprise language because static typing does give it greater error checking ability and IDE name assistance. Another reason it is good in enterprise is the fact that it forces OO makes apps more scalable and interoperable. Java is also an excellent moblile language because it runs on a VM so it is easier to port to all the different hardware and API platforms. A VM language is also less likely to crash the mobile OS. So thats all Java is, an enterprise and mobile language.
>>34
You're forgetting the fact that it's not LISP and is thus, ultimately shit.
Name:
Anonymous2012-07-23 16:19
>>35
Its interesting how most people like both Lisp and C, just like people recommend SICP and K&R, even though these languages are about as opposite as you can get. It sort of proves that there can be no best language.
>>36
Most people like C because they've been brainwashed for years to think that if they make any language-related mistake, it's their fault for not being enough Real Programmers®, not C's, because it is the Language of Gods, low-level, let's you shoot yourself in the foot and shit like that. Exactly as the UNIX Haters Handbook says, they're like shamans proudly showing off their self-inflicted wounds.
Name:
Anonymous2012-07-23 21:19
>>36
They only like C because they can't into assembly.
>>43
Regedit > HKLM/RUN > Delete the key that says jusched.exe
Even if you didn't know how to that, you could just have used a file search to find the file and delete/rename it.