From: zuerrong Date: 2010-11-17T17:09:28+09:00 Subject: Re: Ruby vs PHP for the web 2010/11/12 Jesús Gabriel y Galán : > > Javascript (weak typing): > > 2 + '2' => '22' > And even worse: $ perl -le 'print 2+"2"' 4