2012-12-13 Project Euler
#clojure 入門者向け勉強会 #mitori_cljに参加している。これはClojureの勉強のために、みんなでProject Eulerの1から25を解くというイベントである。
今週はぼくの担当として8が割り当てられた。で、その解答を投稿した。詳細はリンク先を参照。Clojureでこういう問題を解くのは楽しいね、パズルみたいで。
勉強会としては、面白いやり方だと思う。相互のコメントも充実しているように見えるし、できあがったページはイベントに参加しなかったClojure初心者にも、役に立ちそうだ。改善のための意見や、それを反映したソースコードが示されているのが良い。
自分のためのメモとして、今日までに投稿された解答を書いておく。最新は勉強会のページを参照すると良い。
- Problem 1: @ponkore https://gist.github.com/4233289, @bouzuya https://gist.github.com/4234063
- Problem 2: @tnoda_ https://gist.github.com/4233420, @plaster https://gist.github.com/d34487ab2ba5a3f375f3
- Problem 3: @emanon001 https://gist.github.com/4239310
- Problem 4: @ponkore https://gist.github.com/4285505
- Problem 5: @tnoda_ https://gist.github.com/4259078
- Problem 7: @ypsilon_takai https://gist.github.com/4258237
- Problem 8: @bouzuya https://gist.github.com/4276901
- Problem 10: @kohyama https://gist.github.com/4243539
2012-12-14:一覧を更新した
20 min.