Home World Forum
Stars! AutoHost web forums

Jump to Stars! AutoHost


 
 
Home » General Chat » Circular File » Evils of Java
Evils of Java Wed, 24 November 2004 04:47 Go to next message
Staz is currently offline Staz

 
Lieutenant

Messages: 514
Registered: November 2003
Location: UK
joseph wrote on Tue, 23 November 2004 20:29

Arggh Java Do Not Enter Asleep at cptr
Evil stuff - worse than AMP beamers


Just out of interest, why do you think Java is evil ?

Report message to a moderator

Re: Evils of Java Wed, 24 November 2004 08:35 Go to previous messageGo to next message
Kotk

 
Commander

Messages: 1227
Registered: May 2003
java is just Suns evil attempt to add one more "universal" programming language to these thousands programming languages already available, make it as standard and have control over that standard. But universe has multiple masters. Microsoft tries to barricade all attempts to establish standards outside its control, so theres C# now. So it goes. Chaos rules at the end.

Who cares. True programmers like me can write Fortran programs in any language ... including java. Deal

Report message to a moderator

Re: Evils of Java Wed, 24 November 2004 11:24 Go to previous messageGo to next message
Staz is currently offline Staz

 
Lieutenant

Messages: 514
Registered: November 2003
Location: UK
Kotk wrote on Wed, 24 November 2004 13:35

java is just Suns evil attempt to add one more "universal" programming language to these thousands programming languages already available, make it as standard and have control over that standard. But universe has multiple masters. Microsoft tries to barricade all attempts to establish standards outside its control, so theres C# now. So it goes. Chaos rules at the end.


I don't think Sun ever seriously claimed it would be a "universal" language or that it was intended to replace all the others. Well, maybe some of the early marketing hype did, but that is probably true of all languages.

Quote:

Who cares. True programmers like me can write Fortran programs in any language ... including java. Deal


Absolutely. For web server programming I would pick Java. For Win32 client-side stuff I tend to pick Delphi. For PalmOS or XBox developement I have used C/C++.

The reason that the battle simulator is in Java is two-fold:-

1. It gives Linux users the chance to play with it
2. It started as a plug-in for a forthcoming version of the Autohost Client, which is implemented in Java


In terms of Java advocacy I would say that it is a very nice language to develop in, if you can live with the performance issues and the fact that it (generally) creates really nasty looking GUIs.

Report message to a moderator

Re: Evils of Java Tue, 07 December 2004 08:17 Go to previous messageGo to next message
platon79 is currently offline platon79

 
Chief Warrant Officer 3

Messages: 185
Registered: February 2004
Location: Norway
Quote:


In terms of Java advocacy I would say that it is a very nice language to develop in, if you can live with the performance issues and the fact that it (generally) creates really nasty looking GUIs.


The GUI looks somewhat better in java1.5 I think.
By the way, I love Java.. Very Happy
Anyone want to go to my homepage at http://www.stud.ntnu.no/~runar/javagames.htm and play with my java-games?.... Wink UFO Work at computer

Report message to a moderator

Re: Evils of Java Tue, 07 December 2004 08:46 Go to previous messageGo to next message
Kotk

 
Commander

Messages: 1227
Registered: May 2003
platon79 wrote on Tue, 07 December 2004 15:17


By the way, I love Java.. Very Happy

Laughing wOOt 2 I have been software developer for 15 years but never fell in love with programming language.
At the moment i love my wife and kids.

Report message to a moderator

Re: Evils of Java Tue, 07 December 2004 09:09 Go to previous messageGo to next message
platon79 is currently offline platon79

 
Chief Warrant Officer 3

Messages: 185
Registered: February 2004
Location: Norway
Quote:


Laughing wOOt 2 I have been software developer for 15 years but never fell in love with programming language.
At the moment i love my wife and kids.



Hm, maybe that is the problem, and the reason to why I never seem to be getting a girlfriend. Confused Thank you for this new enlightenment. Cool I will now stop loving Java, and stop loving this wonderful game that I like so much, Stars. I will in fact stop doing all the things that I love and care for, and instead accumulate my love, hoard it up, until girls start taking notice, and want to share my accumulated wealth, and then I will marry and have kids myself. Ah, what a great new plan for my life.. Crazy

Report message to a moderator

Re: Evils of Java Sun, 16 January 2005 06:27 Go to previous messageGo to next message
Ptolemy is currently offline Ptolemy

 
Commander

Messages: 1008
Registered: September 2003
Location: Finland

Quote:

Microsoft tries to barricade all attempts to establish standards outside its control, so theres C# now


Actually, C was developed during the years 1969-1973 for the nascent Unix machines in paralell with the early Unix operating system. This is a decade before Microsoft existed. In the mid 1980's C was standardized by the ANSI X3J11 committee. In the mid 1980's, Microsoft had zero impact on the C programming language - it was only in 1981 that Microsoft actually became a company that would grow to what it is today when IBM selected the MS-DOS operating system for the new IBM PC. MS-DOS 2.0 was only released in 1983. Way back in this era, Assembly was a popular programming language for getting anything done since you actually needed to care how large your program was and how fast it would run.

Excluding operating system specific modifications, any program written in C can be compiled for any machine and should run without any difficulty. Part of the appeal of C is that it combines the higher level language programming ease with the ability to use actual Assembler functionality - like rotating bits right or left and logical And/Or operations. Microsoft has had little to no impact on C as a language.

Ptolemy
Emperor of a Thousand Suns




Though we often ask how and why, we must also do to get the answers to the questions.

Report message to a moderator

Re: Evils of Java Sun, 16 January 2005 10:23 Go to previous message
Staz is currently offline Staz

 
Lieutenant

Messages: 514
Registered: November 2003
Location: UK
Ptolemy wrote on Sun, 16 January 2005 11:27

Quote:

Microsoft tries to barricade all attempts to establish standards outside its control, so theres C# now


Actually, C was developed during the years 1969-1973 for the nascent Unix machines in paralell with the early Unix operating system. This is a decade before Microsoft existed. In the mid 1980's C was standardized by the ANSI X3J11 committee. In the mid 1980's, Microsoft had zero impact on the C programming language - it was only in 1981 that Microsoft actually became a company that would grow to what it is today when IBM selected the MS-DOS operating system for the new IBM PC. MS-DOS 2.0 was only released in 1983. Way back in this era, Assembly was a popular programming language for getting anything done since you actually needed to care how large your program was and how fast it would run.

Excluding operating system specific modifications, any program written in C can be compiled for any machine and should run without any difficulty. Part of the appeal of C is that it combines the higher level language programming ease with the ability to use actual Assembler functionality - like rotating bits right or left and logical And/Or operations. Microsoft has had little to no impact on C as a language.

Ptolemy
Emperor of a Thousand Suns


I think they were talking about C# (C sharp) rather than C. C# _is_ a Microsoft creation, although the original architect worked for Borland when he first started on it.

From Microsoft's POV, I would agree that C# is probably an attempt to counter the growing popularity of Java which was threatening their control of the desktop.
...

Report message to a moderator

Previous Topic: Dr. Susse's Computer Manual
Next Topic: TCPA: Evil Walks The Earth
Goto Forum:
  


Current Time: Mon May 06 01:59:56 EDT 2024