Let's Go

http://slashdot.jp/developers/09/11/12/047211.shtml
http://google-opensource.blogspot.com/2009/11/hey-ho-lets-go.html
http://golang.org/

Googleからリリースされた新しいプログラミング言語、Go。本家はgolang.orgなので、goじゃなくてgolangで検索すること。

Go is a great language for systems programming with support for multi-processing, a fresh and lightweight take on object-oriented design, plus some cool features like true closures and reflection.

なのだとか。これで次世代シーケンサ用のアラインメントプログラムが半年以内に出てくることに、2碁石

http://golang.org/pkg/

パッケージを眺めてみた。asn.1があるので、NCBIなデータを扱うのも楽しげ。regexpがあるので、perl/python/ruby的なことも結構楽かも。