タグ

2010年8月30日のブックマーク (4件)

  • Main

    The Mirah Programming Language Mirah is a new way of looking at JVM languages. In attempting to build a replacement for Java, we have followed a few guiding principals: No runtime library Mirah does not impose any jar files upon you. YOU decide what your application’s dependencies should be. Clean, simple syntax We have borrowed heavily from Ruby, but added static typing and minor syntax changes t

    t-wada
    t-wada 2010/08/30
    Ruby のコードに対して、引数に型情報を加えるくらいの小さな変更で Java コードを生成できるようになるプログラミング言語。
  • Rails 3.0: It's ready!

    Rails 3.0 has been underway for a good two years, so it’s with immense pleasure that we can declare it’s finally here. We’ve brought the work of more than 1,600 contributors together to make everything better, faster, cleaner, and more beautiful. This third generation of Rails has seen thousands of commits, so picking what to highlight was always going to be tough and incomplete. But here’s a choi

    Rails 3.0: It's ready!
    t-wada
    t-wada 2010/08/30
    Rails 3.0 リリース!
  • Registered & Protected by MarkMonitor

    This domain is registered and protected by Markmonitor More than half the Fortune 100 trust Markmonitor to protect their brands online.

    t-wada
    t-wada 2010/08/30
    JavaScript コードを POST すると静的解析してくれるサービス
  • さようならPuppet、こんにちはChef - Masatomo Nakano Blog

    ここ最近、サーバの設定ファイルの管理で Chef を使い始めている。まだ全然詳しくないけど、今感じている「Chefの楽しさ」を誰かに伝えておきたかったので、ファーストインプレッションを簡単に。 Puppetを今までそこそこ使っていたので、どうしてもそことの比較な感じになっちゃいます。Puppetも良いのだけど、Chefは後発ということでさらに良くなっている感じ。 基的な仕組 これは、Puppetとほぼ同じ。クライアント-サーバ型のシステム。設定を書き、それをサーバに置いておく。クライアントはサーバと接続し、自分自身の設定を書き換えたり、必要なソフトウェアをインストールしたりする。 rubyな設定ファイル Puppetは基的に独自DSLで設定ファイルを記述すので「覚えるのがめんどくさい」「細かいこと、ちょっと無茶なことをしようとすると大変」。Chefの設定ファイルはrubyそのものなので

    t-wada
    t-wada 2010/08/30
    設定ファイルを管理ソフト。これは良さそう。