2011-02-21から1日間の記事一覧

Reactive Programming

http://groups.google.com/group/clojure/browse_thread/thread/d79392e4c79f8cde の記事より。Stuart Sierraのコードでdoseqの後ろに[]が無かったので追加しただけ。 http://gist.github.com/836798

Quine

((fn [x] (list x (list (quote quote) x))) (quote (fn [x] (list x (list (quote quote) x))))) 参考資料から、なんのひねりもない。 http://www.ipsj.or.jp/07editj/promenade/4703.pdf