Arc Forumnew | comments | leaders | submitlogin
6 points by lojic 5897 days ago | link | parent

Yeah, he called Ruby an untyped scripting language. Strange that it gives the following TypeError then ;)

  irb(main):003:0> x + 7
  TypeError: can't convert Fixnum into String
          from (irb):3:in `+'
          from (irb):3