2008-11-10から1日間の記事一覧

reflection and hooks

スクリプト言語の比較 http://hyperpolyglot.org/scripting を参考に、スクリプト言語の勉強をしてまいります。 reflection and hooks perl php python ruby class ref $a type(a) a.class has method? $a->can('reverse') hasattr(a,'reverse') a.respond…