Jiftyというフレームワーク

PerlのWebアプリケーションフレームワークでJiftyというのがあるようです。だーいぶRuby on Railsを意識している感じ。

"Jifty" is pronounced JIFF-tee

と書いてあったので、読み方は「じふてぃー」でいいのでしょうか。
Jifty - an application framework - metacpan.org
のWhat's cool about Jifty? (Buzzwords)を一言で言うと「DRY(Don't Repeat Yourself)でフルスタックで、使い続けられて、フォームベースのディスパッチができるフレームワーク」ということになるのかな。
とりあえず入れてみるか、と思って

sudo perl -MCPAN -e'install Jifty'

としたら、大量のモジュールインストールプロセスの末、

Failed 7/12 test scripts, 41.67% okay. 0/135 subtests failed, 100.00% okay.make: *** [test_dynamic] Error 2 /usr/bin/make test -- NOT OKRunning make install make test had returned bad status, won't install without force

と言われ、どうやらうまく行かなかった模様。でもめんどくさいので放置。
また何も考えずに新しいものに手を出して時間を消費してしまったと新年早々反省なのです。

    • -

ここで知りました。

There's no standout Ruby on Rails killer yet, as much as Catalyst would like to claim that title. Perhaps the Jifty project from Jesse Vincent and Best Practical will be the right blend of database magic, cleanliness, and intelligent defaults. Certainly its use of continuations is very compelling.
O'Reilly Media - Technology and Business Training