Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

ASF's appalling VM vassalage

Name: Anonymous 2010-04-06 22:02

Why are the Apache Software Foundation such Java loving faggots?
Why would you write high-performance scalable software in anything but C? Don't people realize their clusters could be half the size if they took the time to sit down and port the code to a real systems language?

Name: Anonymous 2010-04-07 5:50

It's valid, but unnecessarily clever. A minimal hello world program in C is a lot shorter than a minimal hello world program in Java even when you're being proper.

#include <stdio.h>

int main(void)
{
    puts("Hello world!");
    return 0;
}


versus

public class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hellow world!");
    }
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List