タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

storageとprogrammingに関するtaloのブックマーク (1)

  • [Program][Ruby] RubyFS

    今日の呑み会ネタ実装。 Ruby の世界をファイルに抽象化します。なんでもファイル。 http://shinh.skr.jp/ttyplay/rubyfs.html i@u /mnt/tmp> cat Time/now Sun Mar 19 01:41:00 JST 2006i@u /mnt/tmp> cat Array/new > @a= i@u /mnt/tmp> echo '"foo"' '"bar"' '"baz"' > @a/push i@u /mnt/tmp> cat @a/push ["foo", "bar", "baz"] i@u /mnt/tmp> cat @a/size 3 i@u /mnt/tmp> cat @a/pop "baz" i@u /mnt/tmp> cat @a/size 2FUSE と Ruby FUSE を用いて作りました。 100 行足らずでぼくにも

    [Program][Ruby] RubyFS
    talo
    talo 2006/04/08
    言語とOSの一体化か、シェルスクリプトの進化か。
  • 1