Is ‘C’ suitable for this?

The correct title for this post would have been ‘Is C scalable enough for this?’. I was reading PHP scalability myth (one more time) and found that how people can be very partial about ‘their own’ (Just like they created it) programming languages. I think just like the above strip, people should use apt languages they are comfortable with.
(Thanks to Trisha for this strip.)









when I was in school that small for paper planes, all they taught us was little BASIC and little LOGO!!! but now I think kids soon will start writing comfortably, 500.times { puts "I will not throw paper airplanes in class"}
Ruby Rocks!
What about PHP?
<?php
for($i=0;$i<500;$i++)
{ echo "I will not throw paper airplanes in class";} ?>
Not very bad. right?