Comment: Re:Very Different (Score 1) 453
I've frankly seen some very pretty and very elegant perl code. I've also seen complete crap implemented in other languages, and perl doesn't force you into boxes with a battering ram like a lot of other languages (Python comes to mind). Perl can be old-school function oriented programming, modern OOP or functional. Additionally, you don't spend hours on end trying to figure out how to fix typing issues -- something you will spend far more time doing than allowing bad types to fail in development. Javascript's primary problems come from never properly implementing objects and inheritance, something that would have been fixed had Microsoft not killed the proposal to use Flex/Actionscript as the HTML5 specification.