[an error occurred while processing this directive]
オブジェクト指向スクリプト言語、なのかな? 海外ではかなり一般的らしい。
Zopeを使ってみたくて、 それを記述した言語であるPythonも見てみる。 しかし、どうもRubyのほうがきれいに見えるなあ。
for i in range(10): print i;
よりも、
1.upto(9) {|i| print i }
のほうがよりオブジェクト指向っぽく見えるのだが。