math.primeとかdotimesで回数だけ指定出来るようになってたりとかあるので開発版のGaucheを使いたい.
まず, 最新版のGaucheが必要なのでインストール.
brew install gauche
で開発版をgithubから持ってくる.
git clone [email protected]:shirok/Gauche.git
インストール方法はHACKING
というファイルを参照する. 今回は
./DIST gen
してから, いつもどおり
./configure
make
make install
すればよかった.
gosh -V
# -> Gauche scheme shell, version 0.9.4_pre3 [utf-8,pthreads], x86_64-apple-darwin12.4.0