Developers: J2EE vs PHP vs Perl vs .NET

OT: anything goes!

Moderator: Edi

Post Reply

J2EE vs PHP

J2EE
6
40%
PHP
5
33%
Perl
1
7%
.NET
3
20%
 
Total votes: 15

User avatar
Lord MJ
Jedi Council Member
Posts: 1562
Joined: 2002-07-07 07:40pm
Contact:

Developers: J2EE vs PHP vs Perl vs .NET

Post by Lord MJ »

Personally I prefer Java. It may be owned my sun. But it has a larger API and more tools.


I use PHP too but I don't like typeless languages.


Perl I despise with a passion.


.NET may actually be good, but I don't want to contribute to the M$ monopoly anymore than I have to.
data_link
Jedi Master
Posts: 1195
Joined: 2002-11-01 11:55pm
Location: Gone to cry in his milk

Post by data_link »

I vote for Java, based on the fact that I don't know the other langauges. :P
data_link has resigned from the board after proving himself to be a relentless strawman-using asshole in this thread and being too much of a pussy to deal with the inevitable flames. Buh-bye.
User avatar
Sea Skimmer
Yankee Capitalist Air Pirate
Posts: 37390
Joined: 2002-07-03 11:49pm
Location: Passchendaele City, HAB

Post by Sea Skimmer »

I use none of them
"This cult of special forces is as sensible as to form a Royal Corps of Tree Climbers and say that no soldier who does not wear its green hat with a bunch of oak leaves stuck in it should be expected to climb a tree"
— Field Marshal William Slim 1956
Crazy_Vasey
Jedi Council Member
Posts: 1571
Joined: 2002-07-13 12:56pm

Post by Crazy_Vasey »

.NET may be microsoft owned but C# is what Java should have been. They stripped out way too many useful features in Java because developers might abuse them, stuff like operator overloading should never have been removed. Delegates and properties are also kinda nice.

Windows Forms > All other GUI libs as well.

Both languages badly need real generics though. Neither of their container libraries is in the same league as the STL in my opinion. Something as simple as std::map<std::string, int> is a pain in the ass to get in Java (containers can't store primitives and Integer class is immutable) and nowhere as near as nice to use.

Perl as it is, well it's just overly cryptic. A language where virtually every ASCII symbol has a special meaning is officialy arcane.

PHP is nice for web sites and that's about it. It's a fucking pain in the ass to debug though in my experience.
User avatar
Raptor 597
Sith Devotee
Posts: 3338
Joined: 2002-08-01 03:54pm
Location: Lafayette, Louisiana

Post by Raptor 597 »

I know some PHP, but I have no use for it. I don't own a website.
Formerly the artist known as Captain Lennox

"To myself I am only a child playing on the beach, while vast oceans of truth lie undiscovered before me." - Sir Isaac Newton
User avatar
Exonerate
Sith Marauder
Posts: 4454
Joined: 2002-10-29 07:19pm
Location: DC Metro Area

Post by Exonerate »

I voted for PHP, because its all I use for server-side scripting :)

BoTM, MM, HAB, JL
User avatar
salm
Rabid Monkey
Posts: 10296
Joined: 2002-09-09 08:25pm

Post by salm »

PHP, because it´s the only one i´ve ever used. it was a phpbb message board, so i dont know if "used" is actually the right term.
Post Reply