http://www.perlmonks.org?node_id=971482


in reply to Ruby vs Perl vs LISP; the killer feature lacking in Ruby

You don't mention it explicitly, but my impression is that you've been using Lisp and Perl for a lot longer than you've been using Ruby. If that is indeed the case, then it should not be especially surprising that when using Lisp and Perl you don't need to devote as much time to thinking about the model, syntax, APIs and idioms of the programming language than you do with Ruby, a language you have less experience with.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'