Hello, Leopard

Leopard入れました。1時間くらいかかりました。新機能についてはみんな注目してるところだし、レビューがたくさん上がってくると思うのでニッチなところを見てみようと思います。

とりあえず Perl/Ruby/PHP/Pythonのバージョン

# hiroya /Users/hiroya $ perl -v         

This is perl, v5.8.8 built for darwin-thread-multi-2level

Copyright 1987-2006, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.

# これは間違い
# hiroya /Users/hiroya $ ruby -v         
# ruby 1.8.6 (2007-03-13 patchlevel 0) [i686-darwin8.9.1]

# こっちが正しい
ruby 1.8.6 (2007-06-07 patchlevel 36) [universal-darwin9.0]


# hiroya /Users/hiroya $ /usr/bin/php -v 
phpPHP 5.2.4 (cli) (built: Sep 23 2007 22:34:35) 
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies

# hiroya /Users/hiroya $ python          
Python 2.5.1 (r251:54863, Oct  5 2007, 21:08:09) 
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

zshもアップグレード

hiroya /Users/hiroya $ /bin/zsh --version 
zsh 4.3.4 (i386-apple-darwin9.0)


- 追記

rubyのバージョンが間違ってたので直しました