Comment Let's send an in email (Score 2, Insightful) 610
Let's see
In Java:
import some.crap;
import some.more.crap;
import yet.some.crap;
class SomeMailClass
{
create object 1
create object 2
create object 3
call object 1.somefunction();
call object 2.somefunction.bloated();
call object 3.somefunction.Ihave.lost.interest.already();
blah, blah, blah
}
now, let's do this in PHP.
mail('me@mydomain','Subject',$message,$headers);
In Java:
For the above code, I'll bill out an hour to my client just for writing and compiling the class. Oh wait, there was a compile problem, let's debug...recompile, wait, wait, wait... ok, let's get started on the next part
In PHP:
I sent an email, ok, let's get started on the next part.
I'll bill an hour to my client have something to show for it.