> C and Java are in my opinion almost the same > languages. I think the error > rate and nowadays also the speed is very close.
i might agree about the error rate, but speed isn't even close, in my limited experience. if you statically allocate all of your ram usage, this *might* be closer to being true, but one of the real flexibilities of both languages over something like fortran is the ability to dynamically allocate, and a garbage collector is quite often a big pig as compared with knowing exactly when, why, and how to free up your own storage. again, only my $0.02. s. ____________________________________________________________________________________ Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com _______________________________________________ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/