何年前の話題だよ、とか言われそうですが Perl 関連の古いもの発掘シリーズ第一弾。
Perl でシェルコマンドを実装した Perl Power Tools って、作者が飽きちゃったの?
を見て、「そういえば何かの本でそういうのが紹介されてたなー。入れたことなかったけど入れてみるか。」ということでインストールしたのが一ヶ月くらい前。Windows 機だと予想以上にこれが便利だったので、軽くご紹介です。
[Read More!]
もう更新が止まってるような古いもの発掘シリーズ第二段。いちおう Perl にも関連。
DDD - Data Display Debugger - GNU Project - Free Software Foundation (FSF)
GNU DDD is a graphical front-end for command-line debuggers such as GDB, DBX,
WDB, Ladebug, JDB, XDB, the Perl debugger, the bash debugger, or the Python
debugger. Besides ``usual'' front-end features such as viewing source texts,
DDD has become famous through its interactive graphical data display, where
data structures are displayed as graphs.
デバッガのフロントエンドってことだけど、スクリーンショット(
これとか
これ)にあるように、データの可視化という観点で面白そうなので試してみました。
[Read More!]